Shades of Neon Blue #4051EF
Tints of Neon Blue #4051EF
RGB
CMYK
RGB Variations
Color information
#4051EF (or 0x4051EF) is known color: Neon Blue. HEX triplet: 40, 51 and EF. RGB value is (64,81,239). Sum of RGB (Red+Green+Blue) = 64+81+239=384 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.67% from 384); Green value is 81 (32.03% from 255 or 21.09% from 384); Blue value is 239 (93.75% from 255 or 62.24% from 384); Max value from RGB is 239 - color contains mainly: blue. Hex color #4051EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4051EF is #BFAE10. Grayscale: #5D5D5D. Windows color (decimal): -12561937 or 15683904. OLE color: 15683904.
HSL color Cylindrical-coordinate representation of color #4051EF: hue angle of 234.17º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4051EF is Cyan = 0.73, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 64 | 81 | 239 | - |
| CMYK | 0.73 | 0.66 | 0 | 0.06 |
| HSL | 234.17º | 0.85% | 0.59% | - |
| HSV(B) | 234.17º | 0.73% | 0.94% | - |
| XYZ | 20.64 | 13.21 | 83.12 | - |
| YUV | 93.93 | 209.87 | 106.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 81 | 239 | 0.73 | 0.66 | 0 | 0.06 | 234.17 | 0.85 | 0.59 |
| Hex | 40 | 51 | EF | 49 | 42 | 0 | 6 | EA | 55 | 3B |
| Octal | 100 | 121 | 357 | 111 | 102 | 0 | 6 | 352 | 125 | 73 |
| Binary | 1000000 | 1010001 | 11101111 | 1001001 | 1000010 | 0 | 110 | 11101010 | 1010101 | 111011 |
Color Harmonies of #4051EF
Complementary color
Monochromatic Colors of #4051EF
Black with #4051EF
Text Example
Text Example
White with #4051EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4051EF; }
p { color: rgb(64,81,239); }
H1.HeaderClassName
{
color: #4051EF;
}
.AnyTagClassName
{
color: #4051EF;
}
</style>
background-color css
<style>
a { background-color: #4051EF; }
a { background-color: rgb(64,81,239); }
div.DivClassName
{
background-color: #4051EF;
}
.BgClassName
{
background-color: #4051EF;
}
</style>
border-color css
<style>
span { border-color: #4051EF; }
span { border-color: rgb(64,81,239); }
td.TdClassName
{
border-color: #4051EF;
}
.TagClassName
{
border-color: #4051EF;
}
</style>