Shades of Neon Blue #5054EC
Tints of Neon Blue #5054EC
RGB
CMYK
RGB Variations
Color information
#5054EC (or 0x5054EC) is known color: Neon Blue. HEX triplet: 50, 54 and EC. RGB value is (80,84,236). Sum of RGB (Red+Green+Blue) = 80+84+236=400 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20% from 400); Green value is 84 (33.20% from 255 or 21% from 400); Blue value is 236 (92.58% from 255 or 59% from 400); Max value from RGB is 236 - color contains mainly: blue. Hex color #5054EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5054EC is #AFAB13. Grayscale: #636363. Windows color (decimal): -11512596 or 15488080. OLE color: 15488080.
HSL color Cylindrical-coordinate representation of color #5054EC: hue angle of 238.46º degrees, saturation: 0.8, 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 #5054EC is Cyan = 0.66, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 80 | 84 | 236 | - |
| CMYK | 0.66 | 0.64 | 0 | 0.07 |
| HSL | 238.46º | 0.8% | 0.62% | - |
| HSV(B) | 238.46º | 0.66% | 0.93% | - |
| XYZ | 21.62 | 14.1 | 80.94 | - |
| YUV | 100.13 | 204.67 | 113.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 84 | 236 | 0.66 | 0.64 | 0 | 0.07 | 238.46 | 0.8 | 0.62 |
| Hex | 50 | 54 | EC | 42 | 40 | 0 | 7 | EE | 50 | 3E |
| Octal | 120 | 124 | 354 | 102 | 100 | 0 | 7 | 356 | 120 | 76 |
| Binary | 1010000 | 1010100 | 11101100 | 1000010 | 1000000 | 0 | 111 | 11101110 | 1010000 | 111110 |
Color Harmonies of #5054EC
Complementary color
Monochromatic Colors of #5054EC
Black with #5054EC
Text Example
Text Example
White with #5054EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5054EC; }
p { color: rgb(80,84,236); }
H1.HeaderClassName
{
color: #5054EC;
}
.AnyTagClassName
{
color: #5054EC;
}
</style>
background-color css
<style>
a { background-color: #5054EC; }
a { background-color: rgb(80,84,236); }
div.DivClassName
{
background-color: #5054EC;
}
.BgClassName
{
background-color: #5054EC;
}
</style>
border-color css
<style>
span { border-color: #5054EC; }
span { border-color: rgb(80,84,236); }
td.TdClassName
{
border-color: #5054EC;
}
.TagClassName
{
border-color: #5054EC;
}
</style>