Shades of Neon Blue #404DEF
Tints of Neon Blue #404DEF
RGB
CMYK
RGB Variations
Color information
#404DEF (or 0x404DEF) is known color: Neon Blue. HEX triplet: 40, 4D and EF. RGB value is (64,77,239). Sum of RGB (Red+Green+Blue) = 64+77+239=380 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.84% from 380); Green value is 77 (30.47% from 255 or 20.26% from 380); Blue value is 239 (93.75% from 255 or 62.89% from 380); Max value from RGB is 239 - color contains mainly: blue. Hex color #404DEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #404DEF is #BFB210. Grayscale: #5A5A5A. Windows color (decimal): -12562961 or 15682880. OLE color: 15682880.
HSL color Cylindrical-coordinate representation of color #404DEF: hue angle of 235.54º 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 #404DEF is Cyan = 0.73, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 64 | 77 | 239 | - |
| CMYK | 0.73 | 0.68 | 0 | 0.06 |
| HSL | 235.54º | 0.85% | 0.59% | - |
| HSV(B) | 235.54º | 0.73% | 0.94% | - |
| XYZ | 20.35 | 12.63 | 83.03 | - |
| YUV | 91.58 | 211.19 | 108.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 77 | 239 | 0.73 | 0.68 | 0 | 0.06 | 235.54 | 0.85 | 0.59 |
| Hex | 40 | 4D | EF | 49 | 44 | 0 | 6 | EC | 55 | 3B |
| Octal | 100 | 115 | 357 | 111 | 104 | 0 | 6 | 354 | 125 | 73 |
| Binary | 1000000 | 1001101 | 11101111 | 1001001 | 1000100 | 0 | 110 | 11101100 | 1010101 | 111011 |
Color Harmonies of #404DEF
Complementary color
Monochromatic Colors of #404DEF
Black with #404DEF
Text Example
Text Example
White with #404DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404DEF; }
p { color: rgb(64,77,239); }
H1.HeaderClassName
{
color: #404DEF;
}
.AnyTagClassName
{
color: #404DEF;
}
</style>
background-color css
<style>
a { background-color: #404DEF; }
a { background-color: rgb(64,77,239); }
div.DivClassName
{
background-color: #404DEF;
}
.BgClassName
{
background-color: #404DEF;
}
</style>
border-color css
<style>
span { border-color: #404DEF; }
span { border-color: rgb(64,77,239); }
td.TdClassName
{
border-color: #404DEF;
}
.TagClassName
{
border-color: #404DEF;
}
</style>