Shades of Neon Blue #404CE6
Tints of Neon Blue #404CE6
RGB
CMYK
RGB Variations
Color information
#404CE6 (or 0x404CE6) is known color: Neon Blue. HEX triplet: 40, 4C and E6. RGB value is (64,76,230). Sum of RGB (Red+Green+Blue) = 64+76+230=370 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.30% from 370); Green value is 76 (30.08% from 255 or 20.54% from 370); Blue value is 230 (90.23% from 255 or 62.16% from 370); Max value from RGB is 230 - color contains mainly: blue. Hex color #404CE6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #404CE6 is #BFB319. Grayscale: #595959. Windows color (decimal): -12563226 or 15092800. OLE color: 15092800.
HSL color Cylindrical-coordinate representation of color #404CE6: hue angle of 235.66º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #404CE6 is Cyan = 0.72, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 64 | 76 | 230 | - |
| CMYK | 0.72 | 0.67 | 0 | 0.10 |
| HSL | 235.66º | 0.77% | 0.58% | - |
| HSV(B) | 235.66º | 0.72% | 0.9% | - |
| XYZ | 18.98 | 11.97 | 76.17 | - |
| YUV | 89.97 | 207.02 | 109.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 76 | 230 | 0.72 | 0.67 | 0 | 0.10 | 235.66 | 0.77 | 0.58 |
| Hex | 40 | 4C | E6 | 48 | 43 | 0 | A | EC | 4D | 3A |
| Octal | 100 | 114 | 346 | 110 | 103 | 0 | 12 | 354 | 115 | 72 |
| Binary | 1000000 | 1001100 | 11100110 | 1001000 | 1000011 | 0 | 1010 | 11101100 | 1001101 | 111010 |
Color Harmonies of #404CE6
Complementary color
Monochromatic Colors of #404CE6
Black with #404CE6
Text Example
Text Example
White with #404CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404CE6; }
p { color: rgb(64,76,230); }
H1.HeaderClassName
{
color: #404CE6;
}
.AnyTagClassName
{
color: #404CE6;
}
</style>
background-color css
<style>
a { background-color: #404CE6; }
a { background-color: rgb(64,76,230); }
div.DivClassName
{
background-color: #404CE6;
}
.BgClassName
{
background-color: #404CE6;
}
</style>
border-color css
<style>
span { border-color: #404CE6; }
span { border-color: rgb(64,76,230); }
td.TdClassName
{
border-color: #404CE6;
}
.TagClassName
{
border-color: #404CE6;
}
</style>