Shades of Neon Blue #404CEF
Tints of Neon Blue #404CEF
RGB
CMYK
RGB Variations
Color information
#404CEF (or 0x404CEF) is known color: Neon Blue. HEX triplet: 40, 4C and EF. RGB value is (64,76,239). Sum of RGB (Red+Green+Blue) = 64+76+239=379 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.89% from 379); Green value is 76 (30.08% from 255 or 20.05% from 379); Blue value is 239 (93.75% from 255 or 63.06% from 379); Max value from RGB is 239 - color contains mainly: blue. Hex color #404CEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #404CEF is #BFB310. Grayscale: #5A5A5A. Windows color (decimal): -12563217 or 15682624. OLE color: 15682624.
HSL color Cylindrical-coordinate representation of color #404CEF: hue angle of 235.89º 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 #404CEF is Cyan = 0.73, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 64 | 76 | 239 | - |
| CMYK | 0.73 | 0.68 | 0 | 0.06 |
| HSL | 235.89º | 0.85% | 0.59% | - |
| HSV(B) | 235.89º | 0.73% | 0.94% | - |
| XYZ | 20.28 | 12.49 | 83 | - |
| YUV | 90.99 | 211.52 | 108.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 76 | 239 | 0.73 | 0.68 | 0 | 0.06 | 235.89 | 0.85 | 0.59 |
| Hex | 40 | 4C | EF | 49 | 44 | 0 | 6 | EC | 55 | 3B |
| Octal | 100 | 114 | 357 | 111 | 104 | 0 | 6 | 354 | 125 | 73 |
| Binary | 1000000 | 1001100 | 11101111 | 1001001 | 1000100 | 0 | 110 | 11101100 | 1010101 | 111011 |
Color Harmonies of #404CEF
Complementary color
Monochromatic Colors of #404CEF
Black with #404CEF
Text Example
Text Example
White with #404CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404CEF; }
p { color: rgb(64,76,239); }
H1.HeaderClassName
{
color: #404CEF;
}
.AnyTagClassName
{
color: #404CEF;
}
</style>
background-color css
<style>
a { background-color: #404CEF; }
a { background-color: rgb(64,76,239); }
div.DivClassName
{
background-color: #404CEF;
}
.BgClassName
{
background-color: #404CEF;
}
</style>
border-color css
<style>
span { border-color: #404CEF; }
span { border-color: rgb(64,76,239); }
td.TdClassName
{
border-color: #404CEF;
}
.TagClassName
{
border-color: #404CEF;
}
</style>