Shades of Neon Blue #543CFF
Tints of Neon Blue #543CFF
RGB
CMYK
RGB Variations
Color information
#543CFF (or 0x543CFF) is known color: Neon Blue. HEX triplet: 54, 3C and FF. RGB value is (84,60,255). Sum of RGB (Red+Green+Blue) = 84+60+255=399 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21.05% from 399); Green value is 60 (23.83% from 255 or 15.04% from 399); Blue value is 255 (100% from 255 or 63.91% from 399); Max value from RGB is 255 - color contains mainly: blue. Hex color #543CFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #543CFF is #ABC300. Grayscale: #585858. Windows color (decimal): -11256577 or 16727124. OLE color: 16727124.
HSL color Cylindrical-coordinate representation of color #543CFF: hue angle of 247.38º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #543CFF is Cyan = 0.67, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 84 | 60 | 255 | - |
| CMYK | 0.67 | 0.76 | 0 | 0 |
| HSL | 247.38º | 1% | 0.62% | - |
| HSV(B) | 247.38º | 0.76% | 1% | - |
| XYZ | 23.32 | 12.34 | 95.76 | - |
| YUV | 89.41 | 221.45 | 124.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 60 | 255 | 0.67 | 0.76 | 0 | 0 | 247.38 | 1 | 0.62 |
| Hex | 54 | 3C | FF | 43 | 4C | 0 | 0 | F7 | 64 | 3E |
| Octal | 124 | 74 | 377 | 103 | 114 | 0 | 0 | 367 | 144 | 76 |
| Binary | 1010100 | 111100 | 11111111 | 1000011 | 1001100 | 0 | 0 | 11110111 | 1100100 | 111110 |
Color Harmonies of #543CFF
Complementary color
Monochromatic Colors of #543CFF
Black with #543CFF
Text Example
Text Example
White with #543CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #543CFF; }
p { color: rgb(84,60,255); }
H1.HeaderClassName
{
color: #543CFF;
}
.AnyTagClassName
{
color: #543CFF;
}
</style>
background-color css
<style>
a { background-color: #543CFF; }
a { background-color: rgb(84,60,255); }
div.DivClassName
{
background-color: #543CFF;
}
.BgClassName
{
background-color: #543CFF;
}
</style>
border-color css
<style>
span { border-color: #543CFF; }
span { border-color: rgb(84,60,255); }
td.TdClassName
{
border-color: #543CFF;
}
.TagClassName
{
border-color: #543CFF;
}
</style>