Shades of Neon Blue #5040EA
Tints of Neon Blue #5040EA
RGB
CMYK
RGB Variations
Color information
#5040EA (or 0x5040EA) is known color: Neon Blue. HEX triplet: 50, 40 and EA. RGB value is (80,64,234). Sum of RGB (Red+Green+Blue) = 80+64+234=378 (50% of max value = 765). Red value is 80 (31.64% from 255 or 21.16% from 378); Green value is 64 (25.39% from 255 or 16.93% from 378); Blue value is 234 (91.80% from 255 or 61.90% from 378); Max value from RGB is 234 - color contains mainly: blue. Hex color #5040EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5040EA is #AFBF15. Grayscale: #575757. Windows color (decimal): -11517718 or 15351888. OLE color: 15351888.
HSL color Cylindrical-coordinate representation of color #5040EA: hue angle of 245.65º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5040EA is Cyan = 0.66, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 80 | 64 | 234 | - |
| CMYK | 0.66 | 0.73 | 0 | 0.08 |
| HSL | 245.65º | 0.8% | 0.58% | - |
| HSV(B) | 245.65º | 0.73% | 0.92% | - |
| XYZ | 19.99 | 11.31 | 78.97 | - |
| YUV | 88.16 | 210.3 | 122.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 64 | 234 | 0.66 | 0.73 | 0 | 0.08 | 245.65 | 0.8 | 0.58 |
| Hex | 50 | 40 | EA | 42 | 49 | 0 | 8 | F6 | 50 | 3A |
| Octal | 120 | 100 | 352 | 102 | 111 | 0 | 10 | 366 | 120 | 72 |
| Binary | 1010000 | 1000000 | 11101010 | 1000010 | 1001001 | 0 | 1000 | 11110110 | 1010000 | 111010 |
Color Harmonies of #5040EA
Complementary color
Monochromatic Colors of #5040EA
Black with #5040EA
Text Example
Text Example
White with #5040EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5040EA; }
p { color: rgb(80,64,234); }
H1.HeaderClassName
{
color: #5040EA;
}
.AnyTagClassName
{
color: #5040EA;
}
</style>
background-color css
<style>
a { background-color: #5040EA; }
a { background-color: rgb(80,64,234); }
div.DivClassName
{
background-color: #5040EA;
}
.BgClassName
{
background-color: #5040EA;
}
</style>
border-color css
<style>
span { border-color: #5040EA; }
span { border-color: rgb(80,64,234); }
td.TdClassName
{
border-color: #5040EA;
}
.TagClassName
{
border-color: #5040EA;
}
</style>