Neon Purple
#bc13fe
Looking for the precise values behind Neon Purple (#bc13fe)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #bc13fe | |
|---|---|---|
| RGB | rgb(188, 19, 254) | |
| HSL | hsl(283, 99%, 54%) | |
| CMYK | cmyk(26%, 93%, 0%, 0%) | |
| LAB | lab(49, 81, -78) | |
| OKLCH | oklch(0.61 0.297 312) |
Color harmonies
Tints & shades
Code snippets
color: #bc13fe;
background-color: #bc13fe;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-purple-500 /* ≈ #ad46ff */
/* Flutter */
Color(0xFFBC13FE)
/* Swift / UIKit */
UIColor(red: 0.74, green: 0.07, blue: 1.00, alpha: 1.0)