Shades of Neon Blue #5547E6
Tints of Neon Blue #5547E6
RGB
CMYK
RGB Variations
Color information
#5547E6 (or 0x5547E6) is known color: Neon Blue. HEX triplet: 55, 47 and E6. RGB value is (85,71,230). Sum of RGB (Red+Green+Blue) = 85+71+230=386 (51% of max value = 765). Red value is 85 (33.59% from 255 or 22.02% from 386); Green value is 71 (28.12% from 255 or 18.39% from 386); Blue value is 230 (90.23% from 255 or 59.59% from 386); Max value from RGB is 230 - color contains mainly: blue. Hex color #5547E6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5547E6 is #AAB819. Grayscale: #5C5C5C. Windows color (decimal): -11188250 or 15091541. OLE color: 15091541.
HSL color Cylindrical-coordinate representation of color #5547E6: hue angle of 245.28º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5547E6 is Cyan = 0.63, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 85 | 71 | 230 | - |
| CMYK | 0.63 | 0.69 | 0 | 0.10 |
| HSL | 245.28º | 0.76% | 0.59% | - |
| HSV(B) | 245.28º | 0.69% | 0.9% | - |
| XYZ | 20.28 | 12.15 | 76.14 | - |
| YUV | 93.31 | 205.14 | 122.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 71 | 230 | 0.63 | 0.69 | 0 | 0.10 | 245.28 | 0.76 | 0.59 |
| Hex | 55 | 47 | E6 | 3F | 45 | 0 | A | F5 | 4C | 3B |
| Octal | 125 | 107 | 346 | 77 | 105 | 0 | 12 | 365 | 114 | 73 |
| Binary | 1010101 | 1000111 | 11100110 | 111111 | 1000101 | 0 | 1010 | 11110101 | 1001100 | 111011 |
Color Harmonies of #5547E6
Complementary color
Monochromatic Colors of #5547E6
Black with #5547E6
Text Example
Text Example
White with #5547E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5547E6; }
p { color: rgb(85,71,230); }
H1.HeaderClassName
{
color: #5547E6;
}
.AnyTagClassName
{
color: #5547E6;
}
</style>
background-color css
<style>
a { background-color: #5547E6; }
a { background-color: rgb(85,71,230); }
div.DivClassName
{
background-color: #5547E6;
}
.BgClassName
{
background-color: #5547E6;
}
</style>
border-color css
<style>
span { border-color: #5547E6; }
span { border-color: rgb(85,71,230); }
td.TdClassName
{
border-color: #5547E6;
}
.TagClassName
{
border-color: #5547E6;
}
</style>