Shades of Neon Blue #404FEB
Tints of Neon Blue #404FEB
RGB
CMYK
RGB Variations
Color information
#404FEB (or 0x404FEB) is known color: Neon Blue. HEX triplet: 40, 4F and EB. RGB value is (64,79,235). Sum of RGB (Red+Green+Blue) = 64+79+235=378 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.93% from 378); Green value is 79 (31.25% from 255 or 20.90% from 378); Blue value is 235 (92.19% from 255 or 62.17% from 378); Max value from RGB is 235 - color contains mainly: blue. Hex color #404FEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #404FEB is #BFB014. Grayscale: #5B5B5B. Windows color (decimal): -12562453 or 15421248. OLE color: 15421248.
HSL color Cylindrical-coordinate representation of color #404FEB: hue angle of 234.74º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #404FEB is Cyan = 0.73, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 64 | 79 | 235 | - |
| CMYK | 0.73 | 0.66 | 0 | 0.08 |
| HSL | 234.74º | 0.81% | 0.59% | - |
| HSV(B) | 234.74º | 0.73% | 0.92% | - |
| XYZ | 19.91 | 12.68 | 80 | - |
| YUV | 92.3 | 208.53 | 107.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 79 | 235 | 0.73 | 0.66 | 0 | 0.08 | 234.74 | 0.81 | 0.59 |
| Hex | 40 | 4F | EB | 49 | 42 | 0 | 8 | EB | 51 | 3B |
| Octal | 100 | 117 | 353 | 111 | 102 | 0 | 10 | 353 | 121 | 73 |
| Binary | 1000000 | 1001111 | 11101011 | 1001001 | 1000010 | 0 | 1000 | 11101011 | 1010001 | 111011 |
Color Harmonies of #404FEB
Complementary color
Monochromatic Colors of #404FEB
Black with #404FEB
Text Example
Text Example
White with #404FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404FEB; }
p { color: rgb(64,79,235); }
H1.HeaderClassName
{
color: #404FEB;
}
.AnyTagClassName
{
color: #404FEB;
}
</style>
background-color css
<style>
a { background-color: #404FEB; }
a { background-color: rgb(64,79,235); }
div.DivClassName
{
background-color: #404FEB;
}
.BgClassName
{
background-color: #404FEB;
}
</style>
border-color css
<style>
span { border-color: #404FEB; }
span { border-color: rgb(64,79,235); }
td.TdClassName
{
border-color: #404FEB;
}
.TagClassName
{
border-color: #404FEB;
}
</style>