Shades of Neon Blue #403FEF
Tints of Neon Blue #403FEF
RGB
CMYK
RGB Variations
Color information
#403FEF (or 0x403FEF) is known color: Neon Blue. HEX triplet: 40, 3F and EF. RGB value is (64,63,239). Sum of RGB (Red+Green+Blue) = 64+63+239=366 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.49% from 366); Green value is 63 (25% from 255 or 17.21% from 366); Blue value is 239 (93.75% from 255 or 65.30% from 366); Max value from RGB is 239 - color contains mainly: blue. Hex color #403FEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #403FEF is #BFC010. Grayscale: #525252. Windows color (decimal): -12566545 or 15679296. OLE color: 15679296.
HSL color Cylindrical-coordinate representation of color #403FEF: hue angle of 240.34º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #403FEF is Cyan = 0.73, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 64 | 63 | 239 | - |
| CMYK | 0.73 | 0.74 | 0 | 0.06 |
| HSL | 240.34º | 0.85% | 0.59% | - |
| HSV(B) | 240.34º | 0.74% | 0.94% | - |
| XYZ | 19.47 | 10.88 | 82.73 | - |
| YUV | 83.36 | 215.83 | 114.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 63 | 239 | 0.73 | 0.74 | 0 | 0.06 | 240.34 | 0.85 | 0.59 |
| Hex | 40 | 3F | EF | 49 | 4A | 0 | 6 | F0 | 55 | 3B |
| Octal | 100 | 77 | 357 | 111 | 112 | 0 | 6 | 360 | 125 | 73 |
| Binary | 1000000 | 111111 | 11101111 | 1001001 | 1001010 | 0 | 110 | 11110000 | 1010101 | 111011 |
Color Harmonies of #403FEF
Complementary color
Monochromatic Colors of #403FEF
Black with #403FEF
Text Example
Text Example
White with #403FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403FEF; }
p { color: rgb(64,63,239); }
H1.HeaderClassName
{
color: #403FEF;
}
.AnyTagClassName
{
color: #403FEF;
}
</style>
background-color css
<style>
a { background-color: #403FEF; }
a { background-color: rgb(64,63,239); }
div.DivClassName
{
background-color: #403FEF;
}
.BgClassName
{
background-color: #403FEF;
}
</style>
border-color css
<style>
span { border-color: #403FEF; }
span { border-color: rgb(64,63,239); }
td.TdClassName
{
border-color: #403FEF;
}
.TagClassName
{
border-color: #403FEF;
}
</style>