Shades of Neon Blue #4056EF
Tints of Neon Blue #4056EF
RGB
CMYK
RGB Variations
Color information
#4056EF (or 0x4056EF) is known color: Neon Blue. HEX triplet: 40, 56 and EF. RGB value is (64,86,239). Sum of RGB (Red+Green+Blue) = 64+86+239=389 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.45% from 389); Green value is 86 (33.98% from 255 or 22.11% from 389); Blue value is 239 (93.75% from 255 or 61.44% from 389); Max value from RGB is 239 - color contains mainly: blue. Hex color #4056EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4056EF is #BFA910. Grayscale: #606060. Windows color (decimal): -12560657 or 15685184. OLE color: 15685184.
HSL color Cylindrical-coordinate representation of color #4056EF: hue angle of 232.46º 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 #4056EF is Cyan = 0.73, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 64 | 86 | 239 | - |
| CMYK | 0.73 | 0.64 | 0 | 0.06 |
| HSL | 232.46º | 0.85% | 0.59% | - |
| HSV(B) | 232.46º | 0.73% | 0.94% | - |
| XYZ | 21.02 | 13.98 | 83.25 | - |
| YUV | 96.86 | 208.21 | 104.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 86 | 239 | 0.73 | 0.64 | 0 | 0.06 | 232.46 | 0.85 | 0.59 |
| Hex | 40 | 56 | EF | 49 | 40 | 0 | 6 | E8 | 55 | 3B |
| Octal | 100 | 126 | 357 | 111 | 100 | 0 | 6 | 350 | 125 | 73 |
| Binary | 1000000 | 1010110 | 11101111 | 1001001 | 1000000 | 0 | 110 | 11101000 | 1010101 | 111011 |
Color Harmonies of #4056EF
Complementary color
Monochromatic Colors of #4056EF
Black with #4056EF
Text Example
Text Example
White with #4056EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4056EF; }
p { color: rgb(64,86,239); }
H1.HeaderClassName
{
color: #4056EF;
}
.AnyTagClassName
{
color: #4056EF;
}
</style>
background-color css
<style>
a { background-color: #4056EF; }
a { background-color: rgb(64,86,239); }
div.DivClassName
{
background-color: #4056EF;
}
.BgClassName
{
background-color: #4056EF;
}
</style>
border-color css
<style>
span { border-color: #4056EF; }
span { border-color: rgb(64,86,239); }
td.TdClassName
{
border-color: #4056EF;
}
.TagClassName
{
border-color: #4056EF;
}
</style>