Shades of Neon Blue #403FE4
Tints of Neon Blue #403FE4
RGB
CMYK
RGB Variations
Color information
#403FE4 (or 0x403FE4) is known color: Neon Blue. HEX triplet: 40, 3F and E4. RGB value is (64,63,228). Sum of RGB (Red+Green+Blue) = 64+63+228=355 (47% of max value = 765). Red value is 64 (25.39% from 255 or 18.03% from 355); Green value is 63 (25% from 255 or 17.75% from 355); Blue value is 228 (89.45% from 255 or 64.23% from 355); Max value from RGB is 228 - color contains mainly: blue. Hex color #403FE4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #403FE4 is #BFC01B. Grayscale: #515151. Windows color (decimal): -12566556 or 14958400. OLE color: 14958400.
HSL color Cylindrical-coordinate representation of color #403FE4: hue angle of 240.36º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #403FE4 is Cyan = 0.72, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 64 | 63 | 228 | - |
| CMYK | 0.72 | 0.72 | 0 | 0.11 |
| HSL | 240.36º | 0.75% | 0.57% | - |
| HSV(B) | 240.36º | 0.72% | 0.89% | - |
| XYZ | 17.9 | 10.25 | 74.43 | - |
| YUV | 82.11 | 210.33 | 115.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 63 | 228 | 0.72 | 0.72 | 0 | 0.11 | 240.36 | 0.75 | 0.57 |
| Hex | 40 | 3F | E4 | 48 | 48 | 0 | B | F0 | 4B | 39 |
| Octal | 100 | 77 | 344 | 110 | 110 | 0 | 13 | 360 | 113 | 71 |
| Binary | 1000000 | 111111 | 11100100 | 1001000 | 1001000 | 0 | 1011 | 11110000 | 1001011 | 111001 |
Color Harmonies of #403FE4
Complementary color
Monochromatic Colors of #403FE4
Black with #403FE4
Text Example
Text Example
White with #403FE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403FE4; }
p { color: rgb(64,63,228); }
H1.HeaderClassName
{
color: #403FE4;
}
.AnyTagClassName
{
color: #403FE4;
}
</style>
background-color css
<style>
a { background-color: #403FE4; }
a { background-color: rgb(64,63,228); }
div.DivClassName
{
background-color: #403FE4;
}
.BgClassName
{
background-color: #403FE4;
}
</style>
border-color css
<style>
span { border-color: #403FE4; }
span { border-color: rgb(64,63,228); }
td.TdClassName
{
border-color: #403FE4;
}
.TagClassName
{
border-color: #403FE4;
}
</style>