Shades of Neon Blue #404AEF
Tints of Neon Blue #404AEF
RGB
CMYK
RGB Variations
Color information
#404AEF (or 0x404AEF) is known color: Neon Blue. HEX triplet: 40, 4A and EF. RGB value is (64,74,239). Sum of RGB (Red+Green+Blue) = 64+74+239=377 (49% of max value = 765). Red value is 64 (25.39% from 255 or 16.98% from 377); Green value is 74 (29.30% from 255 or 19.63% from 377); Blue value is 239 (93.75% from 255 or 63.40% from 377); Max value from RGB is 239 - color contains mainly: blue. Hex color #404AEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #404AEF is #BFB510. Grayscale: #595959. Windows color (decimal): -12563729 or 15682112. OLE color: 15682112.
HSL color Cylindrical-coordinate representation of color #404AEF: hue angle of 236.57º 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 #404AEF is Cyan = 0.73, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 64 | 74 | 239 | - |
| CMYK | 0.73 | 0.69 | 0 | 0.06 |
| HSL | 236.57º | 0.85% | 0.59% | - |
| HSV(B) | 236.57º | 0.73% | 0.94% | - |
| XYZ | 20.14 | 12.22 | 82.96 | - |
| YUV | 89.82 | 212.19 | 109.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 74 | 239 | 0.73 | 0.69 | 0 | 0.06 | 236.57 | 0.85 | 0.59 |
| Hex | 40 | 4A | EF | 49 | 45 | 0 | 6 | ED | 55 | 3B |
| Octal | 100 | 112 | 357 | 111 | 105 | 0 | 6 | 355 | 125 | 73 |
| Binary | 1000000 | 1001010 | 11101111 | 1001001 | 1000101 | 0 | 110 | 11101101 | 1010101 | 111011 |
Color Harmonies of #404AEF
Complementary color
Monochromatic Colors of #404AEF
Black with #404AEF
Text Example
Text Example
White with #404AEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404AEF; }
p { color: rgb(64,74,239); }
H1.HeaderClassName
{
color: #404AEF;
}
.AnyTagClassName
{
color: #404AEF;
}
</style>
background-color css
<style>
a { background-color: #404AEF; }
a { background-color: rgb(64,74,239); }
div.DivClassName
{
background-color: #404AEF;
}
.BgClassName
{
background-color: #404AEF;
}
</style>
border-color css
<style>
span { border-color: #404AEF; }
span { border-color: rgb(64,74,239); }
td.TdClassName
{
border-color: #404AEF;
}
.TagClassName
{
border-color: #404AEF;
}
</style>