Shades of Neon Blue #404BE9
Tints of Neon Blue #404BE9
RGB
CMYK
RGB Variations
Color information
#404BE9 (or 0x404BE9) is known color: Neon Blue. HEX triplet: 40, 4B and E9. RGB value is (64,75,233). Sum of RGB (Red+Green+Blue) = 64+75+233=372 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.20% from 372); Green value is 75 (29.69% from 255 or 20.16% from 372); Blue value is 233 (91.41% from 255 or 62.63% from 372); Max value from RGB is 233 - color contains mainly: blue. Hex color #404BE9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #404BE9 is #BFB416. Grayscale: #595959. Windows color (decimal): -12563479 or 15289152. OLE color: 15289152.
HSL color Cylindrical-coordinate representation of color #404BE9: hue angle of 236.09º 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 #404BE9 is Cyan = 0.73, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 64 | 75 | 233 | - |
| CMYK | 0.73 | 0.68 | 0 | 0.09 |
| HSL | 236.09º | 0.79% | 0.58% | - |
| HSV(B) | 236.09º | 0.73% | 0.91% | - |
| XYZ | 19.34 | 12.01 | 78.39 | - |
| YUV | 89.72 | 208.86 | 109.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 75 | 233 | 0.73 | 0.68 | 0 | 0.09 | 236.09 | 0.79 | 0.58 |
| Hex | 40 | 4B | E9 | 49 | 44 | 0 | 9 | EC | 4F | 3A |
| Octal | 100 | 113 | 351 | 111 | 104 | 0 | 11 | 354 | 117 | 72 |
| Binary | 1000000 | 1001011 | 11101001 | 1001001 | 1000100 | 0 | 1001 | 11101100 | 1001111 | 111010 |
Color Harmonies of #404BE9
Complementary color
Monochromatic Colors of #404BE9
Black with #404BE9
Text Example
Text Example
White with #404BE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404BE9; }
p { color: rgb(64,75,233); }
H1.HeaderClassName
{
color: #404BE9;
}
.AnyTagClassName
{
color: #404BE9;
}
</style>
background-color css
<style>
a { background-color: #404BE9; }
a { background-color: rgb(64,75,233); }
div.DivClassName
{
background-color: #404BE9;
}
.BgClassName
{
background-color: #404BE9;
}
</style>
border-color css
<style>
span { border-color: #404BE9; }
span { border-color: rgb(64,75,233); }
td.TdClassName
{
border-color: #404BE9;
}
.TagClassName
{
border-color: #404BE9;
}
</style>