Shades of Neon Blue #5447E0
Tints of Neon Blue #5447E0
RGB
CMYK
RGB Variations
Color information
#5447E0 (or 0x5447E0) is known color: Neon Blue. HEX triplet: 54, 47 and E0. RGB value is (84,71,224). Sum of RGB (Red+Green+Blue) = 84+71+224=379 (50% of max value = 765). Red value is 84 (33.20% from 255 or 22.16% from 379); Green value is 71 (28.12% from 255 or 18.73% from 379); Blue value is 224 (87.89% from 255 or 59.10% from 379); Max value from RGB is 224 - color contains mainly: blue. Hex color #5447E0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5447E0 is #ABB81F. Grayscale: #5B5B5B. Windows color (decimal): -11253792 or 14698324. OLE color: 14698324.
HSL color Cylindrical-coordinate representation of color #5447E0: hue angle of 245.1º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5447E0 is Cyan = 0.62, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 84 | 71 | 224 | - |
| CMYK | 0.62 | 0.68 | 0 | 0.12 |
| HSL | 245.1º | 0.71% | 0.58% | - |
| HSV(B) | 245.1º | 0.68% | 0.88% | - |
| XYZ | 19.36 | 11.77 | 71.77 | - |
| YUV | 92.33 | 202.31 | 122.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 71 | 224 | 0.62 | 0.68 | 0 | 0.12 | 245.1 | 0.71 | 0.58 |
| Hex | 54 | 47 | E0 | 3E | 44 | 0 | C | F5 | 47 | 3A |
| Octal | 124 | 107 | 340 | 76 | 104 | 0 | 14 | 365 | 107 | 72 |
| Binary | 1010100 | 1000111 | 11100000 | 111110 | 1000100 | 0 | 1100 | 11110101 | 1000111 | 111010 |
Color Harmonies of #5447E0
Complementary color
Monochromatic Colors of #5447E0
Black with #5447E0
Text Example
Text Example
White with #5447E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5447E0; }
p { color: rgb(84,71,224); }
H1.HeaderClassName
{
color: #5447E0;
}
.AnyTagClassName
{
color: #5447E0;
}
</style>
background-color css
<style>
a { background-color: #5447E0; }
a { background-color: rgb(84,71,224); }
div.DivClassName
{
background-color: #5447E0;
}
.BgClassName
{
background-color: #5447E0;
}
</style>
border-color css
<style>
span { border-color: #5447E0; }
span { border-color: rgb(84,71,224); }
td.TdClassName
{
border-color: #5447E0;
}
.TagClassName
{
border-color: #5447E0;
}
</style>