Shades of Neon Blue #404EEF
Tints of Neon Blue #404EEF
RGB
CMYK
RGB Variations
Color information
#404EEF (or 0x404EEF) is known color: Neon Blue. HEX triplet: 40, 4E and EF. RGB value is (64,78,239). Sum of RGB (Red+Green+Blue) = 64+78+239=381 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.80% from 381); Green value is 78 (30.86% from 255 or 20.47% from 381); Blue value is 239 (93.75% from 255 or 62.73% from 381); Max value from RGB is 239 - color contains mainly: blue. Hex color #404EEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #404EEF is #BFB110. Grayscale: #5B5B5B. Windows color (decimal): -12562705 or 15683136. OLE color: 15683136.
HSL color Cylindrical-coordinate representation of color #404EEF: hue angle of 235.2º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #404EEF is Cyan = 0.73, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 64 | 78 | 239 | - |
| CMYK | 0.73 | 0.67 | 0 | 0.06 |
| HSL | 235.2º | 0.85% | 0.59% | - |
| HSV(B) | 235.2º | 0.73% | 0.94% | - |
| XYZ | 20.42 | 12.77 | 83.05 | - |
| YUV | 92.17 | 210.86 | 107.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 78 | 239 | 0.73 | 0.67 | 0 | 0.06 | 235.2 | 0.85 | 0.59 |
| Hex | 40 | 4E | EF | 49 | 43 | 0 | 6 | EB | 55 | 3B |
| Octal | 100 | 116 | 357 | 111 | 103 | 0 | 6 | 353 | 125 | 73 |
| Binary | 1000000 | 1001110 | 11101111 | 1001001 | 1000011 | 0 | 110 | 11101011 | 1010101 | 111011 |
Color Harmonies of #404EEF
Complementary color
Monochromatic Colors of #404EEF
Black with #404EEF
Text Example
Text Example
White with #404EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404EEF; }
p { color: rgb(64,78,239); }
H1.HeaderClassName
{
color: #404EEF;
}
.AnyTagClassName
{
color: #404EEF;
}
</style>
background-color css
<style>
a { background-color: #404EEF; }
a { background-color: rgb(64,78,239); }
div.DivClassName
{
background-color: #404EEF;
}
.BgClassName
{
background-color: #404EEF;
}
</style>
border-color css
<style>
span { border-color: #404EEF; }
span { border-color: rgb(64,78,239); }
td.TdClassName
{
border-color: #404EEF;
}
.TagClassName
{
border-color: #404EEF;
}
</style>