Shades of Neon Blue #404FFE
Tints of Neon Blue #404FFE
RGB
CMYK
RGB Variations
Color information
#404FFE (or 0x404FFE) is known color: Neon Blue. HEX triplet: 40, 4F and FE. RGB value is (64,79,254). Sum of RGB (Red+Green+Blue) = 64+79+254=397 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.12% from 397); Green value is 79 (31.25% from 255 or 19.90% from 397); Blue value is 254 (99.61% from 255 or 63.98% from 397); Max value from RGB is 254 - color contains mainly: blue. Hex color #404FFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #404FFE is #BFB001. Grayscale: #5D5D5D. Windows color (decimal): -12562434 or 16666432. OLE color: 16666432.
HSL color Cylindrical-coordinate representation of color #404FFE: hue angle of 235.26º 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 #404FFE is Cyan = 0.75, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 64 | 79 | 254 | - |
| CMYK | 0.75 | 0.69 | 0 | 0.00 |
| HSL | 235.26º | 0.99% | 0.62% | - |
| HSV(B) | 235.26º | 0.75% | 1% | - |
| XYZ | 22.8 | 13.84 | 95.24 | - |
| YUV | 94.47 | 218.03 | 106.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 79 | 254 | 0.75 | 0.69 | 0 | 0.00 | 235.26 | 0.99 | 0.62 |
| Hex | 40 | 4F | FE | 4B | 45 | 0 | 0 | EB | 63 | 3E |
| Octal | 100 | 117 | 376 | 113 | 105 | 0 | 0 | 353 | 143 | 76 |
| Binary | 1000000 | 1001111 | 11111110 | 1001011 | 1000101 | 0 | 0 | 11101011 | 1100011 | 111110 |
Color Harmonies of #404FFE
Complementary color
Monochromatic Colors of #404FFE
Black with #404FFE
Text Example
Text Example
White with #404FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404FFE; }
p { color: rgb(64,79,254); }
H1.HeaderClassName
{
color: #404FFE;
}
.AnyTagClassName
{
color: #404FFE;
}
</style>
background-color css
<style>
a { background-color: #404FFE; }
a { background-color: rgb(64,79,254); }
div.DivClassName
{
background-color: #404FFE;
}
.BgClassName
{
background-color: #404FFE;
}
</style>
border-color css
<style>
span { border-color: #404FFE; }
span { border-color: rgb(64,79,254); }
td.TdClassName
{
border-color: #404FFE;
}
.TagClassName
{
border-color: #404FFE;
}
</style>