Shades of Neon Blue #404BEA
Tints of Neon Blue #404BEA
RGB
CMYK
RGB Variations
Color information
#404BEA (or 0x404BEA) is known color: Neon Blue. HEX triplet: 40, 4B and EA. RGB value is (64,75,234). Sum of RGB (Red+Green+Blue) = 64+75+234=373 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.16% from 373); Green value is 75 (29.69% from 255 or 20.11% from 373); Blue value is 234 (91.80% from 255 or 62.73% from 373); Max value from RGB is 234 - color contains mainly: blue. Hex color #404BEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #404BEA is #BFB415. Grayscale: #595959. Windows color (decimal): -12563478 or 15354688. OLE color: 15354688.
HSL color Cylindrical-coordinate representation of color #404BEA: hue angle of 236.12º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #404BEA is Cyan = 0.73, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 64 | 75 | 234 | - |
| CMYK | 0.73 | 0.68 | 0 | 0.08 |
| HSL | 236.12º | 0.8% | 0.58% | - |
| HSV(B) | 236.12º | 0.73% | 0.92% | - |
| XYZ | 19.48 | 12.06 | 79.14 | - |
| YUV | 89.84 | 209.36 | 109.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 75 | 234 | 0.73 | 0.68 | 0 | 0.08 | 236.12 | 0.8 | 0.58 |
| Hex | 40 | 4B | EA | 49 | 44 | 0 | 8 | EC | 50 | 3A |
| Octal | 100 | 113 | 352 | 111 | 104 | 0 | 10 | 354 | 120 | 72 |
| Binary | 1000000 | 1001011 | 11101010 | 1001001 | 1000100 | 0 | 1000 | 11101100 | 1010000 | 111010 |
Color Harmonies of #404BEA
Complementary color
Monochromatic Colors of #404BEA
Black with #404BEA
Text Example
Text Example
White with #404BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404BEA; }
p { color: rgb(64,75,234); }
H1.HeaderClassName
{
color: #404BEA;
}
.AnyTagClassName
{
color: #404BEA;
}
</style>
background-color css
<style>
a { background-color: #404BEA; }
a { background-color: rgb(64,75,234); }
div.DivClassName
{
background-color: #404BEA;
}
.BgClassName
{
background-color: #404BEA;
}
</style>
border-color css
<style>
span { border-color: #404BEA; }
span { border-color: rgb(64,75,234); }
td.TdClassName
{
border-color: #404BEA;
}
.TagClassName
{
border-color: #404BEA;
}
</style>