Shades of Neon Blue #4256FE
Tints of Neon Blue #4256FE
RGB
CMYK
RGB Variations
Color information
#4256FE (or 0x4256FE) is known color: Neon Blue. HEX triplet: 42, 56 and FE. RGB value is (66,86,254). Sum of RGB (Red+Green+Blue) = 66+86+254=406 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.26% from 406); Green value is 86 (33.98% from 255 or 21.18% from 406); Blue value is 254 (99.61% from 255 or 62.56% from 406); Max value from RGB is 254 - color contains mainly: blue. Hex color #4256FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4256FE is #BDA901. Grayscale: #626262. Windows color (decimal): -12429570 or 16668226. OLE color: 16668226.
HSL color Cylindrical-coordinate representation of color #4256FE: hue angle of 233.62º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4256FE is Cyan = 0.74, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 66 | 86 | 254 | - |
| CMYK | 0.74 | 0.66 | 0 | 0.00 |
| HSL | 233.62º | 0.99% | 0.63% | - |
| HSV(B) | 233.62º | 0.74% | 1% | - |
| XYZ | 23.46 | 14.97 | 95.42 | - |
| YUV | 99.17 | 215.37 | 104.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 86 | 254 | 0.74 | 0.66 | 0 | 0.00 | 233.62 | 0.99 | 0.63 |
| Hex | 42 | 56 | FE | 4A | 42 | 0 | 0 | EA | 63 | 3F |
| Octal | 102 | 126 | 376 | 112 | 102 | 0 | 0 | 352 | 143 | 77 |
| Binary | 1000010 | 1010110 | 11111110 | 1001010 | 1000010 | 0 | 0 | 11101010 | 1100011 | 111111 |
Color Harmonies of #4256FE
Complementary color
Monochromatic Colors of #4256FE
Black with #4256FE
Text Example
Text Example
White with #4256FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4256FE; }
p { color: rgb(66,86,254); }
H1.HeaderClassName
{
color: #4256FE;
}
.AnyTagClassName
{
color: #4256FE;
}
</style>
background-color css
<style>
a { background-color: #4256FE; }
a { background-color: rgb(66,86,254); }
div.DivClassName
{
background-color: #4256FE;
}
.BgClassName
{
background-color: #4256FE;
}
</style>
border-color css
<style>
span { border-color: #4256FE; }
span { border-color: rgb(66,86,254); }
td.TdClassName
{
border-color: #4256FE;
}
.TagClassName
{
border-color: #4256FE;
}
</style>