Hyper Punch Pink#FF2D55
Electric Grape#7C3AED
Shock Burst Amber#FFB800
Laser Cyan#00D1FF
Voltage Orange#FF5F1F
Palette direction

Neon Volt Streaming Color Palette

An intense, high-voltage streaming palette built around neon energy, visual noise, and punchy contrast. The colors feel chaotic and expressive without losing a clear system for live content, overlays, and creator branding.

CustomCreativestreamingchaoticexpressiveneon
palette-preview.example
Creative color direction

Neon Volt Streaming Color Palette

An intense, high-voltage streaming palette built around neon energy, visual noise, and punchy contrast. The colors feel chaotic and expressive without losing a clear system for live content, overlays, and creator branding.

Explore the color system
Logo contrast guide

Logo color pairings

ColorFly checks the palette colors against each other and suggests the clearest logo/background combinations.

Logo Void Black #0B0B10on Shock Burst Amber #FFB80011.3:1 Excellent
Logo Pure Signal White #FFFFFFon Electric Grape #7C3AED5.7:1 Strong
Logo Void Black #0B0B10on Hyper Punch Pink #FF2D555.4:1 Strong
Logo Void Black #0B0B10on Pure Signal White #FFFFFF19.6:1 Excellent
Icon color
BackgroundHyper Punch Pink#FF2D55TextVoid Black#0B0B10
Primary Button5.38:1
AA

Best for the main action users should notice first.

BackgroundElectric Grape#7C3AEDTextPure Signal White#FFFFFF
Secondary Button5.70:1
AA

Useful for softer choices and secondary paths.

BackgroundPure Signal White#FFFFFFTextShock Burst Amber#FFB800
Outlined Button1.73:1
Low

Good for lower-emphasis actions on light surfaces.

BackgroundPure Signal White#FFFFFFTextElectric Grape#7C3AED
Text Button5.70:1
AA

A quiet action for links, navigation, and inline decisions.

Palette composition8 colorsCustom color relationship
9:41Neon Volt Streaming Color Palette Color role balance
Custom system
60% DominantNeutrals

Backgrounds, large surfaces, whitespace, and reading comfort.

30% SecondarySupport colors

Sections, secondary UI, illustrations, and repeated brand moments.

10% AccentMain colors

High-attention moments like primary actions and memorable highlights.

CNeon Volt Streaming Color PaletteCreative brand direction ColorFly.design
Strategic palette preview
Why it works

A usable
color system.

The main colors form a loud triadic system that reads instantly in motion, thumbnails, overlays, and live scenes. Each hue has a distinct job, so the palette feels energetic and chaotic without becoming visually random.

Clear roles create a consistent brand experience.

Color Roles and Usage Map

Assign existing palette colors to brand, typography, and interface roles.

Brand identity

LogoUsed for logo marks and core brand symbols.Hyper Punch Pink #FF2D55
HeadlineUsed for main titles and key messages.Shock Burst Amber #FFB800
LinkUsed for links and interactive text.Electric Grape #7C3AED

Buttons

Primary Button
BackgroundHyper Punch Pink #FF2D55
TextVoid Black #0B0B10
Secondary Button
BackgroundElectric Grape #7C3AED
TextPure Signal White #FFFFFF
Outlined Button
BackgroundShock Burst Amber #FFB800
TextShock Burst Amber #FFB800

Interface

TextDefault readable body text.Void Black #0B0B10
Bg LightLight page or section background.Pure Signal White #FFFFFF
Bg DarkDark page or section background.Void Black #0B0B10
IconSmall interface icons and marks.Laser Cyan #00D1FF
BorderCards, inputs, and component borders.Voltage Orange #FF5F1F
DividerSubtle separators between content.Voltage Orange #FF5F1F
OutlineFocus rings and emphasis outlines.Laser Cyan #00D1FF

Palette Colors

A compact view of the brand, support, and neutral colors that make up this system.

Main (Brand) Colors

The main colors form a loud triadic system that reads instantly in motion, thumbnails, overlays, and live scenes. Each hue has a distinct job, so the palette feels energetic and chaotic without becoming visually random.

PrimaryHyper Punch Pink

RolesLogo, Btn Primary Bg

A fierce, attention-grabbing pink that gives the brand its shout-first personality and thumbnail impact.

HEX#FF2D55
RGB255, 45, 85
HSL349, 100, 59
CMYK0, 82, 67, 0
SecondaryElectric Grape

RolesLink, Btn Secondary Bg

A vivid violet that adds depth and stream-friendly contrast while keeping the system playful and digitally charged.

HEX#7C3AED
RGB124, 58, 237
HSL262, 83, 58
CMYK48, 76, 0, 7
TertiaryShock Burst Amber

RolesBtn Outlined Border, Btn Outlined Text, Headline

A blazing amber accent that amplifies urgency, highlights key moments, and keeps the identity feeling unpredictable.

HEX#FFB800
RGB255, 184, 0
HSL43, 100, 50
CMYK0, 28, 100, 0

Support Colors

The support colors extend the main palette with controlled intensity, adding motion-ready depth and a sharper technical edge. They stay subordinate, reinforcing the neon system and

Laser Cyan

RolesIcon, Outline

A clean neon cyan that cools the palette just enough to sharpen UI accents and make interactive elements pop.

HEX#00D1FF
RGB0, 209, 255
HSL191, 100, 50
CMYK100, 18, 0, 0
Voltage Orange

RolesBorder, Divider

A hot orange support tone that bridges pink and amber, useful for separators, frames, and high-alert details.

HEX#FF5F1F
RGB255, 95, 31
HSL17, 100, 56
CMYK0, 63, 88, 0

Neutral Colors

Utility colors for backgrounds, text, borders, and balance.

Pure Signal White

RolesBg Light, Btn Secondary Text

HEX#FFFFFF
RGB255, 255, 255
HSL0, 0, 100
CMYK0, 0, 0, 0
Static Paper
HEX#F2F2E8
RGB242, 242, 232
HSL60, 28, 93
CMYK0, 0, 4, 5
Void Black

RolesBg Dark, Text, Btn Primary Text

HEX#0B0B10
RGB11, 11, 16
HSL240, 19, 5
CMYK31, 31, 0, 94

Export and Handoff

Copy palette values for design systems, websites, and client handoff.

Color tokens

Use these in CSS when you want every raw palette color available by name. Best for websites, landing pages, and design system variables.

Use when: you need the actual colors.
:root {
  --color-hyper-punch-pink: #FF2D55;
  --color-electric-grape: #7C3AED;
  --color-shock-burst-amber: #FFB800;
  --color-laser-cyan: #00D1FF;
  --color-voltage-orange: #FF5F1F;
  --color-pure-signal-white: #FFFFFF;
  --color-static-paper: #F2F2E8;
  --color-void-black: #0B0B10;
}

Role tokens

Use these in CSS when colors are assigned to practical jobs like text, buttons, borders, links, and backgrounds.

Use when: you need UI roles, not just swatches.
:root {
  --role-logo: #FF2D55;
  --role-btn-primary-bg: #FF2D55;
  --role-link: #7C3AED;
  --role-btn-secondary-bg: #7C3AED;
  --role-btn-outlined-border: #FFB800;
  --role-btn-outlined-text: #FFB800;
  --role-headline: #FFB800;
  --role-icon: #00D1FF;
  --role-outline: #00D1FF;
  --role-border: #FF5F1F;
  --role-divider: #FF5F1F;
  --role-bg-light: #FFFFFF;
  --role-btn-secondary-text: #FFFFFF;
  --role-bg-dark: #0B0B10;
  --role-text: #0B0B10;
  --role-btn-primary-text: #0B0B10;
}

JSON

Use this structured palette data in apps, generators, plugins, or tools that need to read the palette programmatically.

Use when: a developer or app needs data.
{
    "hyper-punch-pink": "#FF2D55",
    "electric-grape": "#7C3AED",
    "shock-burst-amber": "#FFB800",
    "laser-cyan": "#00D1FF",
    "voltage-orange": "#FF5F1F",
    "pure-signal-white": "#FFFFFF",
    "static-paper": "#F2F2E8",
    "void-black": "#0B0B10"
}
Press Space to load new palette