Shades of Neon Blue #4056FF
Tints of Neon Blue #4056FF
RGB
CMYK
RGB Variations
Color information
#4056FF (or 0x4056FF) is known color: Neon Blue. HEX triplet: 40, 56 and FF. RGB value is (64,86,255). Sum of RGB (Red+Green+Blue) = 64+86+255=405 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.80% from 405); Green value is 86 (33.98% from 255 or 21.23% from 405); Blue value is 255 (100% from 255 or 62.96% from 405); Max value from RGB is 255 - color contains mainly: blue. Hex color #4056FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4056FF is #BFA900. Grayscale: #616161. Windows color (decimal): -12560641 or 16733760. OLE color: 16733760.
HSL color Cylindrical-coordinate representation of color #4056FF: hue angle of 233.09º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4056FF is Cyan = 0.75, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 64 | 86 | 255 | - |
| CMYK | 0.75 | 0.66 | 0 | 0 |
| HSL | 233.09º | 1% | 0.63% | - |
| HSV(B) | 233.09º | 0.75% | 1% | - |
| XYZ | 23.49 | 14.97 | 96.26 | - |
| YUV | 98.69 | 216.21 | 103.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 86 | 255 | 0.75 | 0.66 | 0 | 0 | 233.09 | 1 | 0.63 |
| Hex | 40 | 56 | FF | 4B | 42 | 0 | 0 | E9 | 64 | 3F |
| Octal | 100 | 126 | 377 | 113 | 102 | 0 | 0 | 351 | 144 | 77 |
| Binary | 1000000 | 1010110 | 11111111 | 1001011 | 1000010 | 0 | 0 | 11101001 | 1100100 | 111111 |
Color Harmonies of #4056FF
Complementary color
Monochromatic Colors of #4056FF
Black with #4056FF
Text Example
Text Example
White with #4056FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4056FF; }
p { color: rgb(64,86,255); }
H1.HeaderClassName
{
color: #4056FF;
}
.AnyTagClassName
{
color: #4056FF;
}
</style>
background-color css
<style>
a { background-color: #4056FF; }
a { background-color: rgb(64,86,255); }
div.DivClassName
{
background-color: #4056FF;
}
.BgClassName
{
background-color: #4056FF;
}
</style>
border-color css
<style>
span { border-color: #4056FF; }
span { border-color: rgb(64,86,255); }
td.TdClassName
{
border-color: #4056FF;
}
.TagClassName
{
border-color: #4056FF;
}
</style>