Shades of Neon Blue #403EEF
Tints of Neon Blue #403EEF
RGB
CMYK
RGB Variations
Color information
#403EEF (or 0x403EEF) is known color: Neon Blue. HEX triplet: 40, 3E and EF. RGB value is (64,62,239). Sum of RGB (Red+Green+Blue) = 64+62+239=365 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.53% from 365); Green value is 62 (24.61% from 255 or 16.99% from 365); Blue value is 239 (93.75% from 255 or 65.48% from 365); Max value from RGB is 239 - color contains mainly: blue. Hex color #403EEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #403EEF is #BFC110. Grayscale: #525252. Windows color (decimal): -12566801 or 15679040. OLE color: 15679040.
HSL color Cylindrical-coordinate representation of color #403EEF: hue angle of 240.68º 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 #403EEF is Cyan = 0.73, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 64 | 62 | 239 | - |
| CMYK | 0.73 | 0.74 | 0 | 0.06 |
| HSL | 240.68º | 0.85% | 0.59% | - |
| HSV(B) | 240.68º | 0.74% | 0.94% | - |
| XYZ | 19.42 | 10.77 | 82.72 | - |
| YUV | 82.78 | 216.16 | 114.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 62 | 239 | 0.73 | 0.74 | 0 | 0.06 | 240.68 | 0.85 | 0.59 |
| Hex | 40 | 3E | EF | 49 | 4A | 0 | 6 | F1 | 55 | 3B |
| Octal | 100 | 76 | 357 | 111 | 112 | 0 | 6 | 361 | 125 | 73 |
| Binary | 1000000 | 111110 | 11101111 | 1001001 | 1001010 | 0 | 110 | 11110001 | 1010101 | 111011 |
Color Harmonies of #403EEF
Complementary color
Monochromatic Colors of #403EEF
Black with #403EEF
Text Example
Text Example
White with #403EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403EEF; }
p { color: rgb(64,62,239); }
H1.HeaderClassName
{
color: #403EEF;
}
.AnyTagClassName
{
color: #403EEF;
}
</style>
background-color css
<style>
a { background-color: #403EEF; }
a { background-color: rgb(64,62,239); }
div.DivClassName
{
background-color: #403EEF;
}
.BgClassName
{
background-color: #403EEF;
}
</style>
border-color css
<style>
span { border-color: #403EEF; }
span { border-color: rgb(64,62,239); }
td.TdClassName
{
border-color: #403EEF;
}
.TagClassName
{
border-color: #403EEF;
}
</style>