Shades of Neon Blue #404BEB
Tints of Neon Blue #404BEB
RGB
CMYK
RGB Variations
Color information
#404BEB (or 0x404BEB) is known color: Neon Blue. HEX triplet: 40, 4B and EB. RGB value is (64,75,235). Sum of RGB (Red+Green+Blue) = 64+75+235=374 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.11% from 374); Green value is 75 (29.69% from 255 or 20.05% from 374); Blue value is 235 (92.19% from 255 or 62.83% from 374); Max value from RGB is 235 - color contains mainly: blue. Hex color #404BEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #404BEB is #BFB414. Grayscale: #595959. Windows color (decimal): -12563477 or 15420224. OLE color: 15420224.
HSL color Cylindrical-coordinate representation of color #404BEB: hue angle of 236.14º 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 #404BEB is Cyan = 0.73, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 64 | 75 | 235 | - |
| CMYK | 0.73 | 0.68 | 0 | 0.08 |
| HSL | 236.14º | 0.81% | 0.59% | - |
| HSV(B) | 236.14º | 0.73% | 0.92% | - |
| XYZ | 19.63 | 12.12 | 79.9 | - |
| YUV | 89.95 | 209.86 | 109.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 75 | 235 | 0.73 | 0.68 | 0 | 0.08 | 236.14 | 0.81 | 0.59 |
| Hex | 40 | 4B | EB | 49 | 44 | 0 | 8 | EC | 51 | 3B |
| Octal | 100 | 113 | 353 | 111 | 104 | 0 | 10 | 354 | 121 | 73 |
| Binary | 1000000 | 1001011 | 11101011 | 1001001 | 1000100 | 0 | 1000 | 11101100 | 1010001 | 111011 |
Color Harmonies of #404BEB
Complementary color
Monochromatic Colors of #404BEB
Black with #404BEB
Text Example
Text Example
White with #404BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404BEB; }
p { color: rgb(64,75,235); }
H1.HeaderClassName
{
color: #404BEB;
}
.AnyTagClassName
{
color: #404BEB;
}
</style>
background-color css
<style>
a { background-color: #404BEB; }
a { background-color: rgb(64,75,235); }
div.DivClassName
{
background-color: #404BEB;
}
.BgClassName
{
background-color: #404BEB;
}
</style>
border-color css
<style>
span { border-color: #404BEB; }
span { border-color: rgb(64,75,235); }
td.TdClassName
{
border-color: #404BEB;
}
.TagClassName
{
border-color: #404BEB;
}
</style>