Shades of Neon Blue #404EE9
Tints of Neon Blue #404EE9
RGB
CMYK
RGB Variations
Color information
#404EE9 (or 0x404EE9) is known color: Neon Blue. HEX triplet: 40, 4E and E9. RGB value is (64,78,233). Sum of RGB (Red+Green+Blue) = 64+78+233=375 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.07% from 375); Green value is 78 (30.86% from 255 or 20.8% from 375); Blue value is 233 (91.41% from 255 or 62.13% from 375); Max value from RGB is 233 - color contains mainly: blue. Hex color #404EE9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #404EE9 is #BFB116. Grayscale: #5A5A5A. Windows color (decimal): -12562711 or 15289920. OLE color: 15289920.
HSL color Cylindrical-coordinate representation of color #404EE9: hue angle of 235.03º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #404EE9 is Cyan = 0.73, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 64 | 78 | 233 | - |
| CMYK | 0.73 | 0.67 | 0 | 0.09 |
| HSL | 235.03º | 0.79% | 0.58% | - |
| HSV(B) | 235.03º | 0.73% | 0.91% | - |
| XYZ | 19.55 | 12.42 | 78.46 | - |
| YUV | 91.48 | 207.86 | 108.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 78 | 233 | 0.73 | 0.67 | 0 | 0.09 | 235.03 | 0.79 | 0.58 |
| Hex | 40 | 4E | E9 | 49 | 43 | 0 | 9 | EB | 4F | 3A |
| Octal | 100 | 116 | 351 | 111 | 103 | 0 | 11 | 353 | 117 | 72 |
| Binary | 1000000 | 1001110 | 11101001 | 1001001 | 1000011 | 0 | 1001 | 11101011 | 1001111 | 111010 |
Color Harmonies of #404EE9
Complementary color
Monochromatic Colors of #404EE9
Black with #404EE9
Text Example
Text Example
White with #404EE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404EE9; }
p { color: rgb(64,78,233); }
H1.HeaderClassName
{
color: #404EE9;
}
.AnyTagClassName
{
color: #404EE9;
}
</style>
background-color css
<style>
a { background-color: #404EE9; }
a { background-color: rgb(64,78,233); }
div.DivClassName
{
background-color: #404EE9;
}
.BgClassName
{
background-color: #404EE9;
}
</style>
border-color css
<style>
span { border-color: #404EE9; }
span { border-color: rgb(64,78,233); }
td.TdClassName
{
border-color: #404EE9;
}
.TagClassName
{
border-color: #404EE9;
}
</style>