Shades of Neon Blue #543BE0
Tints of Neon Blue #543BE0
RGB
CMYK
RGB Variations
Color information
#543BE0 (or 0x543BE0) is known color: Neon Blue. HEX triplet: 54, 3B and E0. RGB value is (84,59,224). Sum of RGB (Red+Green+Blue) = 84+59+224=367 (48% of max value = 765). Red value is 84 (33.20% from 255 or 22.89% from 367); Green value is 59 (23.44% from 255 or 16.08% from 367); Blue value is 224 (87.89% from 255 or 61.04% from 367); Max value from RGB is 224 - color contains mainly: blue. Hex color #543BE0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #543BE0 is #ABC41F. Grayscale: #545454. Windows color (decimal): -11256864 or 14695252. OLE color: 14695252.
HSL color Cylindrical-coordinate representation of color #543BE0: hue angle of 249.09º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #543BE0 is Cyan = 0.62, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 84 | 59 | 224 | - |
| CMYK | 0.62 | 0.74 | 0 | 0.12 |
| HSL | 249.09º | 0.73% | 0.55% | - |
| HSV(B) | 249.09º | 0.74% | 0.88% | - |
| XYZ | 18.67 | 10.39 | 71.54 | - |
| YUV | 85.29 | 206.28 | 127.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 59 | 224 | 0.62 | 0.74 | 0 | 0.12 | 249.09 | 0.73 | 0.55 |
| Hex | 54 | 3B | E0 | 3E | 4A | 0 | C | F9 | 49 | 37 |
| Octal | 124 | 73 | 340 | 76 | 112 | 0 | 14 | 371 | 111 | 67 |
| Binary | 1010100 | 111011 | 11100000 | 111110 | 1001010 | 0 | 1100 | 11111001 | 1001001 | 110111 |
Color Harmonies of #543BE0
Complementary color
Monochromatic Colors of #543BE0
Black with #543BE0
Text Example
Text Example
White with #543BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #543BE0; }
p { color: rgb(84,59,224); }
H1.HeaderClassName
{
color: #543BE0;
}
.AnyTagClassName
{
color: #543BE0;
}
</style>
background-color css
<style>
a { background-color: #543BE0; }
a { background-color: rgb(84,59,224); }
div.DivClassName
{
background-color: #543BE0;
}
.BgClassName
{
background-color: #543BE0;
}
</style>
border-color css
<style>
span { border-color: #543BE0; }
span { border-color: rgb(84,59,224); }
td.TdClassName
{
border-color: #543BE0;
}
.TagClassName
{
border-color: #543BE0;
}
</style>