Shades of Neon Blue #5055EA
Tints of Neon Blue #5055EA
RGB
CMYK
RGB Variations
Color information
#5055EA (or 0x5055EA) is known color: Neon Blue. HEX triplet: 50, 55 and EA. RGB value is (80,85,234). Sum of RGB (Red+Green+Blue) = 80+85+234=399 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.05% from 399); Green value is 85 (33.59% from 255 or 21.30% from 399); Blue value is 234 (91.80% from 255 or 58.65% from 399); Max value from RGB is 234 - color contains mainly: blue. Hex color #5055EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5055EA is #AFAA15. Grayscale: #636363. Windows color (decimal): -11512342 or 15357264. OLE color: 15357264.
HSL color Cylindrical-coordinate representation of color #5055EA: hue angle of 238.05º 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 #5055EA is Cyan = 0.66, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 80 | 85 | 234 | - |
| CMYK | 0.66 | 0.64 | 0 | 0.08 |
| HSL | 238.05º | 0.79% | 0.62% | - |
| HSV(B) | 238.05º | 0.66% | 0.92% | - |
| XYZ | 21.41 | 14.14 | 79.44 | - |
| YUV | 100.49 | 203.34 | 113.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 85 | 234 | 0.66 | 0.64 | 0 | 0.08 | 238.05 | 0.79 | 0.62 |
| Hex | 50 | 55 | EA | 42 | 40 | 0 | 8 | EE | 4F | 3E |
| Octal | 120 | 125 | 352 | 102 | 100 | 0 | 10 | 356 | 117 | 76 |
| Binary | 1010000 | 1010101 | 11101010 | 1000010 | 1000000 | 0 | 1000 | 11101110 | 1001111 | 111110 |
Color Harmonies of #5055EA
Complementary color
Monochromatic Colors of #5055EA
Black with #5055EA
Text Example
Text Example
White with #5055EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5055EA; }
p { color: rgb(80,85,234); }
H1.HeaderClassName
{
color: #5055EA;
}
.AnyTagClassName
{
color: #5055EA;
}
</style>
background-color css
<style>
a { background-color: #5055EA; }
a { background-color: rgb(80,85,234); }
div.DivClassName
{
background-color: #5055EA;
}
.BgClassName
{
background-color: #5055EA;
}
</style>
border-color css
<style>
span { border-color: #5055EA; }
span { border-color: rgb(80,85,234); }
td.TdClassName
{
border-color: #5055EA;
}
.TagClassName
{
border-color: #5055EA;
}
</style>