Home · Branding · PhysicsX

PhysicsX Brand Identity

A complete profile of PhysicsX's visual system — colors, typography, components, and personality — extracted from https://www.physicsx.ai/. Built for designers, agents, and AI tools.

Download JSON
Primary
#00E660
Accent
#3898EC
Body Font
Aeonik Pro
Heading
Aeonik Pro

Color Palette

Brand palette extracted from https://www.physicsx.ai/.

primary
#00E660
rgb(0, 230, 96)
secondary
#FFFF00
rgb(255, 255, 0)
accent
#3898EC
rgb(56, 152, 236)
background
#E6E6E7
rgb(230, 230, 231)
textPrimary
#1E1E1E
rgb(30, 30, 30)
link
#3898EC
rgb(56, 152, 236)

Typography

Each font links to its Google Fonts page where available.

primary
Aeonik Pro
heading
Aeonik Pro
Aeonik Pro, Arial, sans-serif
Not found on Google Fonts? Agent Instructions that you can follow if you have permission to use the fonts:

CharacterQuilt.com suggests this flow that can help:

1. Open the company's homepage in a browser with DevTools open.
2. In the Network tab, filter by "Font" (or by extension: woff2, woff, ttf, otf).
3. Hard-reload the page and click around (pricing, blog, careers) — some weights only load on specific routes.
4. For each captured font URL: right-click → Save As to download the file locally.
5. View the page's CSS (DevTools → Sources, or curl the stylesheet URLs) and copy out the matching @font-face declarations. Rewrite each `src: url(...)` to point to your local file path.

Programmatic alternative: load the URL with Playwright or Puppeteer, listen for `response` events whose `Content-Type` starts with `font/`, and write the body to disk. The CSS extraction step is the same.

Only do this if you have permission to use the brand assets — most proprietary fonts are licensed and may not be redistributable.

Visual Assets

PhysicsX logo
Logo
PhysicsX favicon
Favicon
PhysicsX social image
Social Card

UI Components

Live previews rendered using PhysicsX's actual button styles.

buttonPrimary
background #1E1E1E textColor #FFFFFF borderColor #C8C8C9 borderRadius 3px shadow none
buttonSecondary
background transparent textColor #1E1E1E borderColor #C4C4C4 borderRadius 0px shadow none

Brand Personality

Tone: modern Energy: medium Audience: technology professionals and researchers

PhysicsX Brand in the Wild

Real-world brand assets — ads, campaigns, and marketing materials.

Frequently Asked Questions

What is PhysicsX's primary brand color?

PhysicsX's primary brand color is #00E660. It anchors the visual identity across their website, product UI, and marketing materials.

What accent color does PhysicsX use?

PhysicsX uses #3898EC as an accent color, typically applied to interactive elements like links, buttons, and call-to-action emphasis.

What font does PhysicsX use?

PhysicsX uses Aeonik Pro as the primary typeface across body and headings.

Does PhysicsX use a light or dark theme?

PhysicsX's primary site uses a light color scheme, with a background of #E6E6E7.

Where can I find PhysicsX's logo?

PhysicsX's logo is available directly on their site (https://www.physicsx.ai/). The current logo URL is included in the machine-readable JSON profile linked above.

How was this brand profile generated?

This profile was extracted from https://www.physicsx.ai/ using the Firecrawl branding extraction API, which inspects the live page's CSS, fonts, color tokens, and component styles. It is not affiliated with or endorsed by PhysicsX.

Methodology

Brand data on this page was extracted from https://www.physicsx.ai/ on using the Firecrawl branding extraction API, which inspects each site's live CSS, font network requests, color tokens, and component styles. Brand-in-the-wild images were sourced via Google Image Search restricted to ad/webinar/report queries and link out to their original third-party publishers; we link to the source rather than re-hosting third-party content. This page is published by CharacterQuilt and is not affiliated with or endorsed by PhysicsX.

Machine-Readable Profile

Direct endpoints for agents, designers, and tooling. No login or auth required.

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Aeonik Pro",
      "role": "heading"
    },
    {
      "family": "Aeonik Mono",
      "role": "monospace"
    }
  ],
  "colors": {
    "primary": "#00E660",
    "secondary": "#FFFF00",
    "accent": "#3898EC",
    "background": "#E6E6E7",
    "textPrimary": "#1E1E1E",
    "link": "#3898EC"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Aeonik Pro",
      "heading": "Aeonik Pro"
    },
    "fontStacks": {
      "heading": [
        "Aeonik Pro",
        "Arial",
        "sans-serif"
      ],
      "body": [
        "Aeonik Pro",
        "Arial",
        "sans-serif"
      ],
      "paragraph": [
        "Aeonik Mono",
        "Arial",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "62px",
      "h2": "17px",
      "body": "17px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "8px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#1E1E1E",
      "textColor": "#FFFFFF",
      "borderColor": "#C8C8C9",
      "borderRadius": "3px",
      "borderRadiusCorners": {
        "topLeft": "3px",
        "topRight": "3px",
        "bottomRight": "3px",
        "bottomLeft": "3px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "transparent",
      "textColor": "#1E1E1E",
      "borderColor": "#C4C4C4",
      "borderRadius": "0px",
      "borderRadiusCorners": {
        "topLeft": "0px",
        "topRight": "0px",
        "bottomRight": "0px",
        "bottomLeft": "0px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "https://cdn.prod.website-files.com/67521ae751519bd4a23e29e8/67530fcd6a1605d05216e059_Wordmark.svg",
    "favicon": "https://cdn.prod.website-files.com/67521ae751519bd4a23e29e8/6759fc45da21431114929912_Favicon-32px.png",
    "ogImage": "https://cdn.prod.website-files.com/67521ae751519bd4a23e29e8/6759fc451d2fefb7b89e6e5d_Share%20Image.png",
    "logoHref": "/"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 1,
    "reasoning": "Selected #1 because it is a medium-sized, visible logo that likely represents the brand 'PhysicsX'. It is more prominent and suitable as a brand identifier compared to the smaller candidate.",
    "confidence": 0.85,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 1,
      "text": "Explore the Platform",
      "reasoning": "Button #1 'Explore the Platform' has a dark background (#1E1E1E) with white text, making it stand out as a primary CTA. It is action-oriented and likely encourages users to engage with the platform."
    },
    "secondary": {
      "index": 8,
      "text": "How a Fourier Neural Operator Learns to Solve PDEs — and Where It Falls Short23/4/2026→Filter",
      "reasoning": "Button #0 has a transparent background and serves as a secondary option with less emphasis, suitable for additional information or navigation."
    },
    "confidence": 0.9
  },
  "personality": {
    "tone": "modern",
    "energy": "medium",
    "targetAudience": "technology professionals and researchers"
  },
  "designSystem": {
    "framework": "custom",
    "componentLibrary": ""
  },
  "confidence": {
    "buttons": 0.9,
    "colors": 0.9,
    "overall": 0.9
  },
  "__llm_metadata": {
    "logoSelection": {
      "llmCalled": true,
      "llmSucceeded": true,
      "finalSource": "llm",
      "rawLogoSelection": {
        "selectedLogoIndex": 1,
        "selectedLogoReasoning": "Selected #1 because it is a medium-sized, visible logo that likely represents the brand 'PhysicsX'. It is more prominent and suitable as a brand identifier compared to the smaller candidate.",
        "confidence": 0.85
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles