Shades of Neon Blue #404AEC
Tints of Neon Blue #404AEC
RGB
CMYK
RGB Variations
Color information
#404AEC (or 0x404AEC) is known color: Neon Blue. HEX triplet: 40, 4A and EC. RGB value is (64,74,236). Sum of RGB (Red+Green+Blue) = 64+74+236=374 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.11% from 374); Green value is 74 (29.30% from 255 or 19.79% from 374); Blue value is 236 (92.58% from 255 or 63.10% from 374); Max value from RGB is 236 - color contains mainly: blue. Hex color #404AEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #404AEC is #BFB513. Grayscale: #585858. Windows color (decimal): -12563732 or 15485504. OLE color: 15485504.
HSL color Cylindrical-coordinate representation of color #404AEC: hue angle of 236.51º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #404AEC is Cyan = 0.73, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 64 | 74 | 236 | - |
| CMYK | 0.73 | 0.69 | 0 | 0.07 |
| HSL | 236.51º | 0.82% | 0.59% | - |
| HSV(B) | 236.51º | 0.73% | 0.93% | - |
| XYZ | 19.7 | 12.04 | 80.64 | - |
| YUV | 89.48 | 210.69 | 109.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 74 | 236 | 0.73 | 0.69 | 0 | 0.07 | 236.51 | 0.82 | 0.59 |
| Hex | 40 | 4A | EC | 49 | 45 | 0 | 7 | ED | 52 | 3B |
| Octal | 100 | 112 | 354 | 111 | 105 | 0 | 7 | 355 | 122 | 73 |
| Binary | 1000000 | 1001010 | 11101100 | 1001001 | 1000101 | 0 | 111 | 11101101 | 1010010 | 111011 |
Color Harmonies of #404AEC
Complementary color
Monochromatic Colors of #404AEC
Black with #404AEC
Text Example
Text Example
White with #404AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404AEC; }
p { color: rgb(64,74,236); }
H1.HeaderClassName
{
color: #404AEC;
}
.AnyTagClassName
{
color: #404AEC;
}
</style>
background-color css
<style>
a { background-color: #404AEC; }
a { background-color: rgb(64,74,236); }
div.DivClassName
{
background-color: #404AEC;
}
.BgClassName
{
background-color: #404AEC;
}
</style>
border-color css
<style>
span { border-color: #404AEC; }
span { border-color: rgb(64,74,236); }
td.TdClassName
{
border-color: #404AEC;
}
.TagClassName
{
border-color: #404AEC;
}
</style>