Shades of Neon Blue #543CDF
Tints of Neon Blue #543CDF
RGB
CMYK
RGB Variations
Color information
#543CDF (or 0x543CDF) is known color: Neon Blue. HEX triplet: 54, 3C and DF. RGB value is (84,60,223). Sum of RGB (Red+Green+Blue) = 84+60+223=367 (48% of max value = 765). Red value is 84 (33.20% from 255 or 22.89% from 367); Green value is 60 (23.83% from 255 or 16.35% from 367); Blue value is 223 (87.5% from 255 or 60.76% from 367); Max value from RGB is 223 - color contains mainly: blue. Hex color #543CDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #543CDF is #ABC320. Grayscale: #555555. Windows color (decimal): -11256609 or 14629972. OLE color: 14629972.
HSL color Cylindrical-coordinate representation of color #543CDF: hue angle of 248.83º degrees, saturation: 0.72, 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 #543CDF is Cyan = 0.62, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 84 | 60 | 223 | - |
| CMYK | 0.62 | 0.73 | 0 | 0.13 |
| HSL | 248.83º | 0.72% | 0.55% | - |
| HSV(B) | 248.83º | 0.73% | 0.87% | - |
| XYZ | 18.59 | 10.44 | 70.85 | - |
| YUV | 85.76 | 205.45 | 126.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 60 | 223 | 0.62 | 0.73 | 0 | 0.13 | 248.83 | 0.72 | 0.55 |
| Hex | 54 | 3C | DF | 3E | 49 | 0 | D | F9 | 48 | 37 |
| Octal | 124 | 74 | 337 | 76 | 111 | 0 | 15 | 371 | 110 | 67 |
| Binary | 1010100 | 111100 | 11011111 | 111110 | 1001001 | 0 | 1101 | 11111001 | 1001000 | 110111 |
Color Harmonies of #543CDF
Complementary color
Monochromatic Colors of #543CDF
Black with #543CDF
Text Example
Text Example
White with #543CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #543CDF; }
p { color: rgb(84,60,223); }
H1.HeaderClassName
{
color: #543CDF;
}
.AnyTagClassName
{
color: #543CDF;
}
</style>
background-color css
<style>
a { background-color: #543CDF; }
a { background-color: rgb(84,60,223); }
div.DivClassName
{
background-color: #543CDF;
}
.BgClassName
{
background-color: #543CDF;
}
</style>
border-color css
<style>
span { border-color: #543CDF; }
span { border-color: rgb(84,60,223); }
td.TdClassName
{
border-color: #543CDF;
}
.TagClassName
{
border-color: #543CDF;
}
</style>