Shades of Neon Blue #5053EB
Tints of Neon Blue #5053EB
RGB
CMYK
RGB Variations
Color information
#5053EB (or 0x5053EB) is known color: Neon Blue. HEX triplet: 50, 53 and EB. RGB value is (80,83,235). Sum of RGB (Red+Green+Blue) = 80+83+235=398 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.10% from 398); Green value is 83 (32.81% from 255 or 20.85% from 398); Blue value is 235 (92.19% from 255 or 59.05% from 398); Max value from RGB is 235 - color contains mainly: blue. Hex color #5053EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5053EB is #AFAC14. Grayscale: #626262. Windows color (decimal): -11512853 or 15422288. OLE color: 15422288.
HSL color Cylindrical-coordinate representation of color #5053EB: hue angle of 238.84º 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 #5053EB is Cyan = 0.66, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 80 | 83 | 235 | - |
| CMYK | 0.66 | 0.65 | 0 | 0.08 |
| HSL | 238.84º | 0.79% | 0.62% | - |
| HSV(B) | 238.84º | 0.66% | 0.92% | - |
| XYZ | 21.4 | 13.89 | 80.15 | - |
| YUV | 99.43 | 204.51 | 114.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 83 | 235 | 0.66 | 0.65 | 0 | 0.08 | 238.84 | 0.79 | 0.62 |
| Hex | 50 | 53 | EB | 42 | 41 | 0 | 8 | EF | 4F | 3E |
| Octal | 120 | 123 | 353 | 102 | 101 | 0 | 10 | 357 | 117 | 76 |
| Binary | 1010000 | 1010011 | 11101011 | 1000010 | 1000001 | 0 | 1000 | 11101111 | 1001111 | 111110 |
Color Harmonies of #5053EB
Complementary color
Monochromatic Colors of #5053EB
Black with #5053EB
Text Example
Text Example
White with #5053EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5053EB; }
p { color: rgb(80,83,235); }
H1.HeaderClassName
{
color: #5053EB;
}
.AnyTagClassName
{
color: #5053EB;
}
</style>
background-color css
<style>
a { background-color: #5053EB; }
a { background-color: rgb(80,83,235); }
div.DivClassName
{
background-color: #5053EB;
}
.BgClassName
{
background-color: #5053EB;
}
</style>
border-color css
<style>
span { border-color: #5053EB; }
span { border-color: rgb(80,83,235); }
td.TdClassName
{
border-color: #5053EB;
}
.TagClassName
{
border-color: #5053EB;
}
</style>