Shades of Neon Blue #543CDE
Tints of Neon Blue #543CDE
RGB
CMYK
RGB Variations
Color information
#543CDE (or 0x543CDE) is known color: Neon Blue. HEX triplet: 54, 3C and DE. RGB value is (84,60,222). Sum of RGB (Red+Green+Blue) = 84+60+222=366 (48% of max value = 765). Red value is 84 (33.20% from 255 or 22.95% from 366); Green value is 60 (23.83% from 255 or 16.39% from 366); Blue value is 222 (87.11% from 255 or 60.66% from 366); Max value from RGB is 222 - color contains mainly: blue. Hex color #543CDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #543CDE is #ABC321. Grayscale: #555555. Windows color (decimal): -11256610 or 14564436. OLE color: 14564436.
HSL color Cylindrical-coordinate representation of color #543CDE: hue angle of 248.89º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #543CDE is Cyan = 0.62, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 84 | 60 | 222 | - |
| CMYK | 0.62 | 0.73 | 0 | 0.13 |
| HSL | 248.89º | 0.71% | 0.55% | - |
| HSV(B) | 248.89º | 0.73% | 0.87% | - |
| XYZ | 18.46 | 10.39 | 70.14 | - |
| YUV | 85.64 | 204.95 | 126.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 60 | 222 | 0.62 | 0.73 | 0 | 0.13 | 248.89 | 0.71 | 0.55 |
| Hex | 54 | 3C | DE | 3E | 49 | 0 | D | F9 | 47 | 37 |
| Octal | 124 | 74 | 336 | 76 | 111 | 0 | 15 | 371 | 107 | 67 |
| Binary | 1010100 | 111100 | 11011110 | 111110 | 1001001 | 0 | 1101 | 11111001 | 1000111 | 110111 |
Color Harmonies of #543CDE
Complementary color
Monochromatic Colors of #543CDE
Black with #543CDE
Text Example
Text Example
White with #543CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #543CDE; }
p { color: rgb(84,60,222); }
H1.HeaderClassName
{
color: #543CDE;
}
.AnyTagClassName
{
color: #543CDE;
}
</style>
background-color css
<style>
a { background-color: #543CDE; }
a { background-color: rgb(84,60,222); }
div.DivClassName
{
background-color: #543CDE;
}
.BgClassName
{
background-color: #543CDE;
}
</style>
border-color css
<style>
span { border-color: #543CDE; }
span { border-color: rgb(84,60,222); }
td.TdClassName
{
border-color: #543CDE;
}
.TagClassName
{
border-color: #543CDE;
}
</style>