Neon — decoded design system
Neon's design system, decoded live by Mozaika: measured color roles, type scale, buttons with real hover/focus states, motion and the brand's own tokens.
This is a static, crawlable rendering for search & AI engines. The interactive version — filters, live decode console, copy & export — is at https://mozaika.design/decode/neon.com.
Decoded design system
Neon's decoded design system: background #000000, text #FFFFFF, accent #34D59A, link #94979E, primary #34D59A; type scale h1 72px / h2 48px / body 16px; 4px spacing base; 4px base radius. The single interactive/action color is #FFFFFF — used only on interactive or must-notice elements (buttons, links, key highlights), never on large fills.
Color roles
| Role | Value |
|---|---|
| bg | #000000 |
| surface | #0F0F0F |
| border | #262626 |
| text | #FFFFFF |
| text_muted | #9E9E9E |
| primary | #34D59A |
| accent | #34D59A |
| link | #94979E |
| button_bg | #FFFFFF |
| button_text | #000000 |
Using these colors
- Action color
#FFFFFF— the single interactive color; only on things you click or must notice, never large fills. primary,accentare all#34D59A— one role, not several (the action color).- accent
#34D59A— accent for emphasis — keep it rare on the page. - link
#94979E— reads as a neutral UI color, not a link accent — verify against the reference (action = #FFFFFF).
Typography
- Heading: Inter
- Body: Inter
- Mono: GeistMono
- h1: 72px
- h2: 48px
- body: 16px
Spacing
- base unit: 4px
- scale: 4px, 6px, 8px, 10px, 12px, 14px, 16px, 18px, 24px, 25px
Radii
- base: 4px
- button: 3.35544e+07px
Motion
Micro-interactions run at 200ms (dominant) with cubic-bezier(0.4, 0, 0.2, 1).
- durations: 200ms · 150ms · 300ms
- easings:
cubic-bezier(0.4, 0, 0.2, 1)·linear - animated properties: color, background-color, border-color, outline-color
Native design tokens
| Token | Value |
|---|---|
--shiki-foreground | #f9fafa |
--shiki-token-embed | #fff |
--shiki-token-parameter | #ff990a |
--shiki-token-keyword | #34d59a |
--shiki-token-constant | #94b5f7 |
--shiki-token-comment | #797d86 |
--error-tooltip-bg | #000 |
--shiki-token-operator | #ba8c5e |
--shiki-token-string-expression | #af93ea |
--shiki-token-string | #ffed9c |
…and 48 more measured on the page.
Button states (measured)
- primary hover: background
#C9CBCF - primary focus: outline
2px solid rgb(56, 165, 125)
Layout (measured)
- container max-width:
1600px - nav: 64px sticky
- common grid: 2 columns
Motion choreography (measured)
Load order: span.truncate → ul.logos-content×4 → div.transition-opacity
Scroll reveal: 6 elements rest at opacity 0, animate in over 0.2s cubic-bezier(0.4, 0, 0.2, 1).
Overlay recipe (measured)
dropdown panel: rgba(0, 0, 0, 0) · radius 0px
Responsive (measured)
- breakpoints: 639px · 767px · 1023px · 1279px · 1599px
- mobile (390px): hero 32px · nav hamburger
Install it
Drop this measured system into any shadcn/Tailwind project in one command:
npx shadcn add mozaika.design/r/decode/neon.com
registry item · or query it over MCP: get_design_system("Neon")
Export: DESIGN.md
# Neon — Design System > dark, modern, medium, tailwind — deep decode (measured live) ## Colors | Role | Value | |------|-------| | bg | `#000000` | | surface | `#0F0F0F` | | border | `#262626` | | text | `#FFFFFF` | | text_muted | `#9E9E9E` | | primary | `#34D59A` | | accent | `#34D59A` | | link | `#94979E` | | button_bg | `#FFFFFF` | | button_text | `#000000` | **Using these colors** - **Action color** `#FFFFFF` — the single interactive color; it appears only on things you click or must notice (buttons, key highlights), never on large fills or backgrounds. - `primary`, `accent` are all `#34D59A` — one role, not several. - **accent** `#34D59A` — accent for emphasis — keep it rare on the page. - **link** `#94979E` — reads as a neutral UI color, not a link accent — verify against the reference (action = #FFFFFF). - **Page coverage** (full-page screenshot pixels): `#010101` 73.8% · `#0D1413` 19.4% · `#5C6C67` 6.8% ## Typography - Heading: **Inter** - Body: **Inter** - Mono: **GeistMono** _(measured)_ | Role | Size / weight · line-height · tracking | |------|------------------------------------------| | hero | 72px / 400 · lh 81px · tracking -2.88px | | h2 | 48px / 400 · lh 54px · tracking -1.92px | | h3 | 24px / 500 · lh 24px · tracking -0.96px | | body | 16px / 400 · lh 24px · tracking -0.32px | | small | 15px / 400 · lh 23px · tracking -0.15px | - Weight ladder: 300 · 400 · 500 · 600 — use these exact measured weights, not the 400/600 defaults. > **Fonts —** Inter — free, on Google. ## Spacing - base unit: 4px (inferred from the measured scale) - measured scale: 4px, 6px, 8px, 10px, 12px, 14px, 16px, 18px, 24px, 25px — snap all gaps/padding to these - section rhythm: 160px top/bottom padding per section (measured) ## Radius - base: 4px - button: 3.35544e+07px - card: 4px - pill: 9999px ## Buttons | Button | Fill / text | Border | Radius | Padding | Font | Shadow | |--------|-------------|--------|--------|---------|------|--------| | primary | `#FFFFFF` / `#000000` | none | 3.35544e+07px | 0px 18px 0px 18px | 500 14px / -0.28px | none | | secondary | `rgba(0, 0, 0, 0)` / `#94979E` | none | 4px | 12px 4px 12px 4px | 400 13px / -0.13px | none | **States (measured, not guessed)** - primary hover: background `#C9CBCF` - primary focus: outline `2px solid rgb(56, 165, 125)` - transition: `color 0.2s cubic-bezier(0.4, 0, 0.2, 1)` ## Motion - durations: 200ms (dominant) · 150ms · 300ms - easings: `cubic-bezier(0.4, 0, 0.2, 1)` (dominant) · `linear` - animated properties: color, background-color, border-color, outline-color Micro-interactions use the dominant duration + easing; nothing on the page animates slower than the longest duration above — don't invent springier motion. ## Their own tokens (verbatim from :root) | Token | Value | |-------|-------| | `--shiki-foreground` | `#f9fafa` | | `--shiki-token-embed` | `#fff` | | `--shiki-token-parameter` | `#ff990a` | | `--shiki-token-keyword` | `#34d59a` | | `--shiki-token-constant` | `#94b5f7` | | `--shiki-token-comment` | `#797d86` | | `--error-tooltip-bg` | `#000` | | `--shiki-token-operator` | `#ba8c5e` | | `--shiki-token-string-expression` | `#af93ea` | | `--shiki-token-string` | `#ffed9c` | | `--shiki-token-link` | `#47d18c` | | `--shiki-token-punctuation` | `#fff` | _…and 46 more measured on the page._ Prefer these names when extending their system — it's the brand's actual vocabulary. ## Layout (measured) - container max 1600px · common grid: 2-col - nav: 64px sticky · bg #000000 | Section (y) | Height | Cols | Gap | Pad y | Split | |---|---|---|---|---|---| | 100 | 1338 | 2 | 20 | 0/0 | — | | 2866 | 1068 | 2 | 128 | 88/105 | 18/82 | | 3934 | 1312 | 2 | 128 | 160/240 | 18/82 | ## Motion choreography (measured) Load order: `span.truncate` @0ms → `ul.logos-content`×4 @0ms → `div.transition-opacity` @797ms - scroll reveal: 6 elements rest at opacity 0, animate in over 0.2s cubic-bezier(0.4, 0, 0.2, 1) (1 revealed during the drive). - overlay dropdown (auto-opened): panel rgba(0, 0, 0, 0) · r 0px Rebuild the timeline, not just the durations — order, delays and staggers above are the choreography. ## Components (measured) - link: #FFFFFF · no underline ## Responsive (measured) - breakpoints: 639px · 767px · 1023px · 1279px · 1599px - mobile (390px): hero 32px · body 16px · nav: hamburger ## How to apply Paste the Tailwind `@theme` (or CSS variables) as your base, then build each section to its spec — verify every color, radius, and font against these tokens. Hover/focus states, shadows and motion timings above are measured from the live page — match them exactly, don't re-guess them.
An automated reading of Neon's publicly-visible CSS (colors, fonts, spacing, motion) — not affiliated with neon.com. No screenshots stored. Removal requests: hello@mozaika.design.