Shades of Neon Blue #5054ED
Tints of Neon Blue #5054ED
RGB
CMYK
RGB Variations
Color information
#5054ED (or 0x5054ED) is known color: Neon Blue. HEX triplet: 50, 54 and ED. RGB value is (80,84,237). Sum of RGB (Red+Green+Blue) = 80+84+237=401 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.95% from 401); Green value is 84 (33.20% from 255 or 20.95% from 401); Blue value is 237 (92.97% from 255 or 59.10% from 401); Max value from RGB is 237 - color contains mainly: blue. Hex color #5054ED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5054ED is #AFAB12. Grayscale: #636363. Windows color (decimal): -11512595 or 15553616. OLE color: 15553616.
HSL color Cylindrical-coordinate representation of color #5054ED: hue angle of 238.47º 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 #5054ED is Cyan = 0.66, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 80 | 84 | 237 | - |
| CMYK | 0.66 | 0.65 | 0 | 0.07 |
| HSL | 238.47º | 0.81% | 0.62% | - |
| HSV(B) | 238.47º | 0.66% | 0.93% | - |
| XYZ | 21.76 | 14.16 | 81.71 | - |
| YUV | 100.25 | 205.17 | 113.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 84 | 237 | 0.66 | 0.65 | 0 | 0.07 | 238.47 | 0.81 | 0.62 |
| Hex | 50 | 54 | ED | 42 | 41 | 0 | 7 | EE | 51 | 3E |
| Octal | 120 | 124 | 355 | 102 | 101 | 0 | 7 | 356 | 121 | 76 |
| Binary | 1010000 | 1010100 | 11101101 | 1000010 | 1000001 | 0 | 111 | 11101110 | 1010001 | 111110 |
Color Harmonies of #5054ED
Complementary color
Monochromatic Colors of #5054ED
Black with #5054ED
Text Example
Text Example
White with #5054ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5054ED; }
p { color: rgb(80,84,237); }
H1.HeaderClassName
{
color: #5054ED;
}
.AnyTagClassName
{
color: #5054ED;
}
</style>
background-color css
<style>
a { background-color: #5054ED; }
a { background-color: rgb(80,84,237); }
div.DivClassName
{
background-color: #5054ED;
}
.BgClassName
{
background-color: #5054ED;
}
</style>
border-color css
<style>
span { border-color: #5054ED; }
span { border-color: rgb(80,84,237); }
td.TdClassName
{
border-color: #5054ED;
}
.TagClassName
{
border-color: #5054ED;
}
</style>