Shades of Neon Blue #5547EA
Tints of Neon Blue #5547EA
RGB
CMYK
RGB Variations
Color information
#5547EA (or 0x5547EA) is known color: Neon Blue. HEX triplet: 55, 47 and EA. RGB value is (85,71,234). Sum of RGB (Red+Green+Blue) = 85+71+234=390 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.79% from 390); Green value is 71 (28.12% from 255 or 18.21% from 390); Blue value is 234 (91.80% from 255 or 60% from 390); Max value from RGB is 234 - color contains mainly: blue. Hex color #5547EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5547EA is #AAB815. Grayscale: #5D5D5D. Windows color (decimal): -11188246 or 15353685. OLE color: 15353685.
HSL color Cylindrical-coordinate representation of color #5547EA: hue angle of 245.15º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5547EA is Cyan = 0.64, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 85 | 71 | 234 | - |
| CMYK | 0.64 | 0.70 | 0 | 0.08 |
| HSL | 245.15º | 0.8% | 0.6% | - |
| HSV(B) | 245.15º | 0.7% | 0.92% | - |
| XYZ | 20.85 | 12.38 | 79.13 | - |
| YUV | 93.77 | 207.14 | 121.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 71 | 234 | 0.64 | 0.70 | 0 | 0.08 | 245.15 | 0.8 | 0.6 |
| Hex | 55 | 47 | EA | 40 | 46 | 0 | 8 | F5 | 50 | 3C |
| Octal | 125 | 107 | 352 | 100 | 106 | 0 | 10 | 365 | 120 | 74 |
| Binary | 1010101 | 1000111 | 11101010 | 1000000 | 1000110 | 0 | 1000 | 11110101 | 1010000 | 111100 |
Color Harmonies of #5547EA
Complementary color
Monochromatic Colors of #5547EA
Black with #5547EA
Text Example
Text Example
White with #5547EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5547EA; }
p { color: rgb(85,71,234); }
H1.HeaderClassName
{
color: #5547EA;
}
.AnyTagClassName
{
color: #5547EA;
}
</style>
background-color css
<style>
a { background-color: #5547EA; }
a { background-color: rgb(85,71,234); }
div.DivClassName
{
background-color: #5547EA;
}
.BgClassName
{
background-color: #5547EA;
}
</style>
border-color css
<style>
span { border-color: #5547EA; }
span { border-color: rgb(85,71,234); }
td.TdClassName
{
border-color: #5547EA;
}
.TagClassName
{
border-color: #5547EA;
}
</style>