Shades of Neon Blue #4256ED
Tints of Neon Blue #4256ED
RGB
CMYK
RGB Variations
Color information
#4256ED (or 0x4256ED) is known color: Neon Blue. HEX triplet: 42, 56 and ED. RGB value is (66,86,237). Sum of RGB (Red+Green+Blue) = 66+86+237=389 (51% of max value = 765). Red value is 66 (26.17% from 255 or 16.97% from 389); Green value is 86 (33.98% from 255 or 22.11% from 389); Blue value is 237 (92.97% from 255 or 60.93% from 389); Max value from RGB is 237 - color contains mainly: blue. Hex color #4256ED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4256ED is #BDA912. Grayscale: #606060. Windows color (decimal): -12429587 or 15554114. OLE color: 15554114.
HSL color Cylindrical-coordinate representation of color #4256ED: hue angle of 232.98º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4256ED is Cyan = 0.72, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 66 | 86 | 237 | - |
| CMYK | 0.72 | 0.64 | 0 | 0.07 |
| HSL | 232.98º | 0.83% | 0.59% | - |
| HSV(B) | 232.98º | 0.72% | 0.93% | - |
| XYZ | 20.86 | 13.93 | 81.71 | - |
| YUV | 97.23 | 206.87 | 105.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 86 | 237 | 0.72 | 0.64 | 0 | 0.07 | 232.98 | 0.83 | 0.59 |
| Hex | 42 | 56 | ED | 48 | 40 | 0 | 7 | E9 | 53 | 3B |
| Octal | 102 | 126 | 355 | 110 | 100 | 0 | 7 | 351 | 123 | 73 |
| Binary | 1000010 | 1010110 | 11101101 | 1001000 | 1000000 | 0 | 111 | 11101001 | 1010011 | 111011 |
Color Harmonies of #4256ED
Complementary color
Monochromatic Colors of #4256ED
Black with #4256ED
Text Example
Text Example
White with #4256ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4256ED; }
p { color: rgb(66,86,237); }
H1.HeaderClassName
{
color: #4256ED;
}
.AnyTagClassName
{
color: #4256ED;
}
</style>
background-color css
<style>
a { background-color: #4256ED; }
a { background-color: rgb(66,86,237); }
div.DivClassName
{
background-color: #4256ED;
}
.BgClassName
{
background-color: #4256ED;
}
</style>
border-color css
<style>
span { border-color: #4256ED; }
span { border-color: rgb(66,86,237); }
td.TdClassName
{
border-color: #4256ED;
}
.TagClassName
{
border-color: #4256ED;
}
</style>