Shades of Neon Blue #5054EA
Tints of Neon Blue #5054EA
RGB
CMYK
RGB Variations
Color information
#5054EA (or 0x5054EA) is known color: Neon Blue. HEX triplet: 50, 54 and EA. RGB value is (80,84,234). Sum of RGB (Red+Green+Blue) = 80+84+234=398 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.10% from 398); Green value is 84 (33.20% from 255 or 21.11% from 398); Blue value is 234 (91.80% from 255 or 58.79% from 398); Max value from RGB is 234 - color contains mainly: blue. Hex color #5054EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5054EA is #AFAB15. Grayscale: #636363. Windows color (decimal): -11512598 or 15357008. OLE color: 15357008.
HSL color Cylindrical-coordinate representation of color #5054EA: hue angle of 238.44º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5054EA is Cyan = 0.66, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 80 | 84 | 234 | - |
| CMYK | 0.66 | 0.64 | 0 | 0.08 |
| HSL | 238.44º | 0.79% | 0.62% | - |
| HSV(B) | 238.44º | 0.66% | 0.92% | - |
| XYZ | 21.33 | 13.99 | 79.42 | - |
| YUV | 99.9 | 203.67 | 113.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 84 | 234 | 0.66 | 0.64 | 0 | 0.08 | 238.44 | 0.79 | 0.62 |
| Hex | 50 | 54 | EA | 42 | 40 | 0 | 8 | EE | 4F | 3E |
| Octal | 120 | 124 | 352 | 102 | 100 | 0 | 10 | 356 | 117 | 76 |
| Binary | 1010000 | 1010100 | 11101010 | 1000010 | 1000000 | 0 | 1000 | 11101110 | 1001111 | 111110 |
Color Harmonies of #5054EA
Complementary color
Monochromatic Colors of #5054EA
Black with #5054EA
Text Example
Text Example
White with #5054EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5054EA; }
p { color: rgb(80,84,234); }
H1.HeaderClassName
{
color: #5054EA;
}
.AnyTagClassName
{
color: #5054EA;
}
</style>
background-color css
<style>
a { background-color: #5054EA; }
a { background-color: rgb(80,84,234); }
div.DivClassName
{
background-color: #5054EA;
}
.BgClassName
{
background-color: #5054EA;
}
</style>
border-color css
<style>
span { border-color: #5054EA; }
span { border-color: rgb(80,84,234); }
td.TdClassName
{
border-color: #5054EA;
}
.TagClassName
{
border-color: #5054EA;
}
</style>