Shades of Neon Blue #5055ED
Tints of Neon Blue #5055ED
RGB
CMYK
RGB Variations
Color information
#5055ED (or 0x5055ED) is known color: Neon Blue. HEX triplet: 50, 55 and ED. RGB value is (80,85,237). Sum of RGB (Red+Green+Blue) = 80+85+237=402 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.90% from 402); Green value is 85 (33.59% from 255 or 21.14% from 402); Blue value is 237 (92.97% from 255 or 58.96% from 402); Max value from RGB is 237 - color contains mainly: blue. Hex color #5055ED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5055ED is #AFAA12. Grayscale: #646464. Windows color (decimal): -11512339 or 15553872. OLE color: 15553872.
HSL color Cylindrical-coordinate representation of color #5055ED: hue angle of 238.09º 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 #5055ED is Cyan = 0.66, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 80 | 85 | 237 | - |
| CMYK | 0.66 | 0.64 | 0 | 0.07 |
| HSL | 238.09º | 0.81% | 0.62% | - |
| HSV(B) | 238.09º | 0.66% | 0.93% | - |
| XYZ | 21.84 | 14.32 | 81.73 | - |
| YUV | 100.83 | 204.84 | 113.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 85 | 237 | 0.66 | 0.64 | 0 | 0.07 | 238.09 | 0.81 | 0.62 |
| Hex | 50 | 55 | ED | 42 | 40 | 0 | 7 | EE | 51 | 3E |
| Octal | 120 | 125 | 355 | 102 | 100 | 0 | 7 | 356 | 121 | 76 |
| Binary | 1010000 | 1010101 | 11101101 | 1000010 | 1000000 | 0 | 111 | 11101110 | 1010001 | 111110 |
Color Harmonies of #5055ED
Complementary color
Monochromatic Colors of #5055ED
Black with #5055ED
Text Example
Text Example
White with #5055ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5055ED; }
p { color: rgb(80,85,237); }
H1.HeaderClassName
{
color: #5055ED;
}
.AnyTagClassName
{
color: #5055ED;
}
</style>
background-color css
<style>
a { background-color: #5055ED; }
a { background-color: rgb(80,85,237); }
div.DivClassName
{
background-color: #5055ED;
}
.BgClassName
{
background-color: #5055ED;
}
</style>
border-color css
<style>
span { border-color: #5055ED; }
span { border-color: rgb(80,85,237); }
td.TdClassName
{
border-color: #5055ED;
}
.TagClassName
{
border-color: #5055ED;
}
</style>