Shades of Neon Blue #404CFE
Tints of Neon Blue #404CFE
RGB
CMYK
RGB Variations
Color information
#404CFE (or 0x404CFE) is known color: Neon Blue. HEX triplet: 40, 4C and FE. RGB value is (64,76,254). Sum of RGB (Red+Green+Blue) = 64+76+254=394 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.24% from 394); Green value is 76 (30.08% from 255 or 19.29% from 394); Blue value is 254 (99.61% from 255 or 64.47% from 394); Max value from RGB is 254 - color contains mainly: blue. Hex color #404CFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #404CFE is #BFB301. Grayscale: #5B5B5B. Windows color (decimal): -12563202 or 16665664. OLE color: 16665664.
HSL color Cylindrical-coordinate representation of color #404CFE: hue angle of 236.21º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #404CFE is Cyan = 0.75, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 64 | 76 | 254 | - |
| CMYK | 0.75 | 0.70 | 0 | 0.00 |
| HSL | 236.21º | 0.99% | 0.62% | - |
| HSV(B) | 236.21º | 0.75% | 1% | - |
| XYZ | 22.59 | 13.41 | 95.16 | - |
| YUV | 92.7 | 219.02 | 107.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 76 | 254 | 0.75 | 0.70 | 0 | 0.00 | 236.21 | 0.99 | 0.62 |
| Hex | 40 | 4C | FE | 4B | 46 | 0 | 0 | EC | 63 | 3E |
| Octal | 100 | 114 | 376 | 113 | 106 | 0 | 0 | 354 | 143 | 76 |
| Binary | 1000000 | 1001100 | 11111110 | 1001011 | 1000110 | 0 | 0 | 11101100 | 1100011 | 111110 |
Color Harmonies of #404CFE
Complementary color
Monochromatic Colors of #404CFE
Black with #404CFE
Text Example
Text Example
White with #404CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404CFE; }
p { color: rgb(64,76,254); }
H1.HeaderClassName
{
color: #404CFE;
}
.AnyTagClassName
{
color: #404CFE;
}
</style>
background-color css
<style>
a { background-color: #404CFE; }
a { background-color: rgb(64,76,254); }
div.DivClassName
{
background-color: #404CFE;
}
.BgClassName
{
background-color: #404CFE;
}
</style>
border-color css
<style>
span { border-color: #404CFE; }
span { border-color: rgb(64,76,254); }
td.TdClassName
{
border-color: #404CFE;
}
.TagClassName
{
border-color: #404CFE;
}
</style>