Shades of Neon Blue #543CE0
Tints of Neon Blue #543CE0
RGB
CMYK
RGB Variations
Color information
#543CE0 (or 0x543CE0) is known color: Neon Blue. HEX triplet: 54, 3C and E0. RGB value is (84,60,224). Sum of RGB (Red+Green+Blue) = 84+60+224=368 (48% of max value = 765). Red value is 84 (33.20% from 255 or 22.83% from 368); Green value is 60 (23.83% from 255 or 16.30% from 368); Blue value is 224 (87.89% from 255 or 60.87% from 368); Max value from RGB is 224 - color contains mainly: blue. Hex color #543CE0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #543CE0 is #ABC31F. Grayscale: #555555. Windows color (decimal): -11256608 or 14695508. OLE color: 14695508.
HSL color Cylindrical-coordinate representation of color #543CE0: hue angle of 248.78º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #543CE0 is Cyan = 0.62, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 84 | 60 | 224 | - |
| CMYK | 0.62 | 0.73 | 0 | 0.12 |
| HSL | 248.78º | 0.73% | 0.56% | - |
| HSV(B) | 248.78º | 0.73% | 0.88% | - |
| XYZ | 18.73 | 10.5 | 71.56 | - |
| YUV | 85.87 | 205.95 | 126.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 60 | 224 | 0.62 | 0.73 | 0 | 0.12 | 248.78 | 0.73 | 0.56 |
| Hex | 54 | 3C | E0 | 3E | 49 | 0 | C | F9 | 49 | 38 |
| Octal | 124 | 74 | 340 | 76 | 111 | 0 | 14 | 371 | 111 | 70 |
| Binary | 1010100 | 111100 | 11100000 | 111110 | 1001001 | 0 | 1100 | 11111001 | 1001001 | 111000 |
Color Harmonies of #543CE0
Complementary color
Monochromatic Colors of #543CE0
Black with #543CE0
Text Example
Text Example
White with #543CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #543CE0; }
p { color: rgb(84,60,224); }
H1.HeaderClassName
{
color: #543CE0;
}
.AnyTagClassName
{
color: #543CE0;
}
</style>
background-color css
<style>
a { background-color: #543CE0; }
a { background-color: rgb(84,60,224); }
div.DivClassName
{
background-color: #543CE0;
}
.BgClassName
{
background-color: #543CE0;
}
</style>
border-color css
<style>
span { border-color: #543CE0; }
span { border-color: rgb(84,60,224); }
td.TdClassName
{
border-color: #543CE0;
}
.TagClassName
{
border-color: #543CE0;
}
</style>