Shades of Neon Blue #404BFE
Tints of Neon Blue #404BFE
RGB
CMYK
RGB Variations
Color information
#404BFE (or 0x404BFE) is known color: Neon Blue. HEX triplet: 40, 4B and FE. RGB value is (64,75,254). Sum of RGB (Red+Green+Blue) = 64+75+254=393 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.28% from 393); Green value is 75 (29.69% from 255 or 19.08% from 393); Blue value is 254 (99.61% from 255 or 64.63% from 393); Max value from RGB is 254 - color contains mainly: blue. Hex color #404BFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #404BFE is #BFB401. Grayscale: #5B5B5B. Windows color (decimal): -12563458 or 16665408. OLE color: 16665408.
HSL color Cylindrical-coordinate representation of color #404BFE: hue angle of 236.53º 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 #404BFE is Cyan = 0.75, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 64 | 75 | 254 | - |
| CMYK | 0.75 | 0.70 | 0 | 0.00 |
| HSL | 236.53º | 0.99% | 0.62% | - |
| HSV(B) | 236.53º | 0.75% | 1% | - |
| XYZ | 22.52 | 13.28 | 95.14 | - |
| YUV | 92.12 | 219.36 | 107.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 75 | 254 | 0.75 | 0.70 | 0 | 0.00 | 236.53 | 0.99 | 0.62 |
| Hex | 40 | 4B | FE | 4B | 46 | 0 | 0 | ED | 63 | 3E |
| Octal | 100 | 113 | 376 | 113 | 106 | 0 | 0 | 355 | 143 | 76 |
| Binary | 1000000 | 1001011 | 11111110 | 1001011 | 1000110 | 0 | 0 | 11101101 | 1100011 | 111110 |
Color Harmonies of #404BFE
Complementary color
Monochromatic Colors of #404BFE
Black with #404BFE
Text Example
Text Example
White with #404BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404BFE; }
p { color: rgb(64,75,254); }
H1.HeaderClassName
{
color: #404BFE;
}
.AnyTagClassName
{
color: #404BFE;
}
</style>
background-color css
<style>
a { background-color: #404BFE; }
a { background-color: rgb(64,75,254); }
div.DivClassName
{
background-color: #404BFE;
}
.BgClassName
{
background-color: #404BFE;
}
</style>
border-color css
<style>
span { border-color: #404BFE; }
span { border-color: rgb(64,75,254); }
td.TdClassName
{
border-color: #404BFE;
}
.TagClassName
{
border-color: #404BFE;
}
</style>