Shades of Neon Blue #5551ED
Tints of Neon Blue #5551ED
RGB
CMYK
RGB Variations
Color information
#5551ED (or 0x5551ED) is known color: Neon Blue. HEX triplet: 55, 51 and ED. RGB value is (85,81,237). Sum of RGB (Red+Green+Blue) = 85+81+237=403 (53% of max value = 765). Red value is 85 (33.59% from 255 or 21.09% from 403); Green value is 81 (32.03% from 255 or 20.10% from 403); Blue value is 237 (92.97% from 255 or 58.81% from 403); Max value from RGB is 237 - color contains mainly: blue. Hex color #5551ED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5551ED is #AAAE12. Grayscale: #636363. Windows color (decimal): -11185683 or 15552853. OLE color: 15552853.
HSL color Cylindrical-coordinate representation of color #5551ED: hue angle of 241.54º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5551ED is Cyan = 0.64, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 85 | 81 | 237 | - |
| CMYK | 0.64 | 0.66 | 0 | 0.07 |
| HSL | 241.54º | 0.81% | 0.62% | - |
| HSV(B) | 241.54º | 0.66% | 0.93% | - |
| XYZ | 21.97 | 13.93 | 81.65 | - |
| YUV | 99.98 | 205.33 | 117.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 81 | 237 | 0.64 | 0.66 | 0 | 0.07 | 241.54 | 0.81 | 0.62 |
| Hex | 55 | 51 | ED | 40 | 42 | 0 | 7 | F2 | 51 | 3E |
| Octal | 125 | 121 | 355 | 100 | 102 | 0 | 7 | 362 | 121 | 76 |
| Binary | 1010101 | 1010001 | 11101101 | 1000000 | 1000010 | 0 | 111 | 11110010 | 1010001 | 111110 |
Color Harmonies of #5551ED
Complementary color
Monochromatic Colors of #5551ED
Black with #5551ED
Text Example
Text Example
White with #5551ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5551ED; }
p { color: rgb(85,81,237); }
H1.HeaderClassName
{
color: #5551ED;
}
.AnyTagClassName
{
color: #5551ED;
}
</style>
background-color css
<style>
a { background-color: #5551ED; }
a { background-color: rgb(85,81,237); }
div.DivClassName
{
background-color: #5551ED;
}
.BgClassName
{
background-color: #5551ED;
}
</style>
border-color css
<style>
span { border-color: #5551ED; }
span { border-color: rgb(85,81,237); }
td.TdClassName
{
border-color: #5551ED;
}
.TagClassName
{
border-color: #5551ED;
}
</style>