Shades of Neon Blue #544CE0
Tints of Neon Blue #544CE0
RGB
CMYK
RGB Variations
Color information
#544CE0 (or 0x544CE0) is known color: Neon Blue. HEX triplet: 54, 4C and E0. RGB value is (84,76,224). Sum of RGB (Red+Green+Blue) = 84+76+224=384 (50% of max value = 765). Red value is 84 (33.20% from 255 or 21.88% from 384); Green value is 76 (30.08% from 255 or 19.79% from 384); Blue value is 224 (87.89% from 255 or 58.33% from 384); Max value from RGB is 224 - color contains mainly: blue. Hex color #544CE0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #544CE0 is #ABB31F. Grayscale: #5E5E5E. Windows color (decimal): -11252512 or 14699604. OLE color: 14699604.
HSL color Cylindrical-coordinate representation of color #544CE0: hue angle of 243.24º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #544CE0 is Cyan = 0.62, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 84 | 76 | 224 | - |
| CMYK | 0.62 | 0.66 | 0 | 0.12 |
| HSL | 243.24º | 0.7% | 0.59% | - |
| HSV(B) | 243.24º | 0.66% | 0.88% | - |
| XYZ | 19.7 | 12.44 | 71.88 | - |
| YUV | 95.26 | 200.65 | 119.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 76 | 224 | 0.62 | 0.66 | 0 | 0.12 | 243.24 | 0.7 | 0.59 |
| Hex | 54 | 4C | E0 | 3E | 42 | 0 | C | F3 | 46 | 3B |
| Octal | 124 | 114 | 340 | 76 | 102 | 0 | 14 | 363 | 106 | 73 |
| Binary | 1010100 | 1001100 | 11100000 | 111110 | 1000010 | 0 | 1100 | 11110011 | 1000110 | 111011 |
Color Harmonies of #544CE0
Complementary color
Monochromatic Colors of #544CE0
Black with #544CE0
Text Example
Text Example
White with #544CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544CE0; }
p { color: rgb(84,76,224); }
H1.HeaderClassName
{
color: #544CE0;
}
.AnyTagClassName
{
color: #544CE0;
}
</style>
background-color css
<style>
a { background-color: #544CE0; }
a { background-color: rgb(84,76,224); }
div.DivClassName
{
background-color: #544CE0;
}
.BgClassName
{
background-color: #544CE0;
}
</style>
border-color css
<style>
span { border-color: #544CE0; }
span { border-color: rgb(84,76,224); }
td.TdClassName
{
border-color: #544CE0;
}
.TagClassName
{
border-color: #544CE0;
}
</style>