Neon Purple Hex Code — #BC13FE
RGB, HSL, and CMYK values for Neon Purple.
Last updated: April 6, 2026
Neon Purple Color Values
| Format | Value |
|---|---|
| HEX | #BC13FE |
| RGB | rgb(188, 19, 254) |
| HSL | hsl(283, 99%, 54%) |
| CMYK | cmyk(26%, 93%, 0%, 0%) |
About Neon Purple
Color psychology: Creative, bold.
Neon Purple (#BC13FE) is a medium shade of purple with a hue angle of 283° on the color wheel, 99% saturation, and 54% lightness. It's commonly used in web design, graphic design, and branding where creative, bold are desired associations.
In color theory, Neon Purple sits in the cool section of the spectrum. Its high saturation makes it vivid and attention-grabbing — ideal for CTAs, headings, and brand accents.
When to Use Neon Purple in Design
Web Design
Use Neon Purple for headings, links, or accent elements against light backgrounds. Dark colors like this provide strong contrast and draw the eye to important content.
Branding & Logo
Neon Purple conveys creative, bold — consider it for brands that want to project these qualities. Test it at small sizes (favicon, social avatar) to ensure it remains recognizable.
Print Design
Use the CMYK values (C:26% M:93% Y:0% K:0%) for accurate print reproduction in brochures, business cards, and packaging. Request a physical proof — screen colors often appear more vibrant than their printed equivalents.
UI / UX Design
Light colors like Neon Purple work well for card backgrounds, section dividers, and hover states. Pair with a darker variant for active/selected states.
How to Use Neon Purple in CSS
/* Using HEX */ color: #BC13FE; background-color: #BC13FE; /* Using RGB */ color: rgb(188, 19, 254); /* Using HSL — best for creating variations */ color: hsl(283, 99%, 54%); /* Transparent overlay (50% opacity) */ background-color: rgba(188, 19, 254, 0.5); /* Lighter variant for hover states */ background-color: hsl(283, 99%, 64%); /* Darker variant for active states */ background-color: hsl(283, 99%, 44%);
HSL is the most flexible format for creating color systems. By adjusting the lightness value, you can generate an entire shade scale from Neon Purple without changing its core hue or saturation.
Colors That Go With Neon Purple
Complementary
Analogous
Triadic
Similar Shades of Purple
Frequently Asked Questions
What is the hex code for Neon Purple?
What is Neon Purple in RGB and when should I use RGB?
How to use Neon Purple in CSS with different color formats?
What is the HSL value of Neon Purple and why is HSL useful for designers?
What is the CMYK value of Neon Purple for print design?
What colors pair well with Neon Purple in design projects?
Is Neon Purple (#BC13FE) accessible for web design and WCAG compliant?
Was this page helpful?
Written by
Tamanna Tasnim
Senior Full Stack Developer
Full-stack developer with deep expertise in data formats, APIs, and developer tooling. Writes in-depth technical comparisons and conversion guides backed by hands-on engineering experience across modern web stacks.