Shades of Neon Blue #4256FF
Tints of Neon Blue #4256FF
RGB
CMYK
RGB Variations
Color information
#4256FF (or 0x4256FF) is known color: Neon Blue. HEX triplet: 42, 56 and FF. RGB value is (66,86,255). Sum of RGB (Red+Green+Blue) = 66+86+255=407 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.22% from 407); Green value is 86 (33.98% from 255 or 21.13% from 407); Blue value is 255 (100% from 255 or 62.65% from 407); Max value from RGB is 255 - color contains mainly: blue. Hex color #4256FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4256FF is #BDA900. Grayscale: #626262. Windows color (decimal): -12429569 or 16733762. OLE color: 16733762.
HSL color Cylindrical-coordinate representation of color #4256FF: hue angle of 233.65º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4256FF is Cyan = 0.74, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 66 | 86 | 255 | - |
| CMYK | 0.74 | 0.66 | 0 | 0 |
| HSL | 233.65º | 1% | 0.63% | - |
| HSV(B) | 233.65º | 0.74% | 1% | - |
| XYZ | 23.62 | 15.03 | 96.26 | - |
| YUV | 99.29 | 215.87 | 104.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 86 | 255 | 0.74 | 0.66 | 0 | 0 | 233.65 | 1 | 0.63 |
| Hex | 42 | 56 | FF | 4A | 42 | 0 | 0 | EA | 64 | 3F |
| Octal | 102 | 126 | 377 | 112 | 102 | 0 | 0 | 352 | 144 | 77 |
| Binary | 1000010 | 1010110 | 11111111 | 1001010 | 1000010 | 0 | 0 | 11101010 | 1100100 | 111111 |
Color Harmonies of #4256FF
Complementary color
Monochromatic Colors of #4256FF
Black with #4256FF
Text Example
Text Example
White with #4256FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4256FF; }
p { color: rgb(66,86,255); }
H1.HeaderClassName
{
color: #4256FF;
}
.AnyTagClassName
{
color: #4256FF;
}
</style>
background-color css
<style>
a { background-color: #4256FF; }
a { background-color: rgb(66,86,255); }
div.DivClassName
{
background-color: #4256FF;
}
.BgClassName
{
background-color: #4256FF;
}
</style>
border-color css
<style>
span { border-color: #4256FF; }
span { border-color: rgb(66,86,255); }
td.TdClassName
{
border-color: #4256FF;
}
.TagClassName
{
border-color: #4256FF;
}
</style>