Shades of Neon Blue #543CFC
Tints of Neon Blue #543CFC
RGB
CMYK
RGB Variations
Color information
#543CFC (or 0x543CFC) is known color: Neon Blue. HEX triplet: 54, 3C and FC. RGB value is (84,60,252). Sum of RGB (Red+Green+Blue) = 84+60+252=396 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21.21% from 396); Green value is 60 (23.83% from 255 or 15.15% from 396); Blue value is 252 (98.83% from 255 or 63.64% from 396); Max value from RGB is 252 - color contains mainly: blue. Hex color #543CFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #543CFC is #ABC303. Grayscale: #585858. Windows color (decimal): -11256580 or 16530516. OLE color: 16530516.
HSL color Cylindrical-coordinate representation of color #543CFC: hue angle of 247.5º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #543CFC is Cyan = 0.67, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 84 | 60 | 252 | - |
| CMYK | 0.67 | 0.76 | 0 | 0.01 |
| HSL | 247.5º | 0.97% | 0.61% | - |
| HSV(B) | 247.5º | 0.76% | 0.99% | - |
| XYZ | 22.84 | 12.14 | 93.24 | - |
| YUV | 89.06 | 219.95 | 124.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 60 | 252 | 0.67 | 0.76 | 0 | 0.01 | 247.5 | 0.97 | 0.61 |
| Hex | 54 | 3C | FC | 43 | 4C | 0 | 1 | F8 | 61 | 3D |
| Octal | 124 | 74 | 374 | 103 | 114 | 0 | 1 | 370 | 141 | 75 |
| Binary | 1010100 | 111100 | 11111100 | 1000011 | 1001100 | 0 | 1 | 11111000 | 1100001 | 111101 |
Color Harmonies of #543CFC
Complementary color
Monochromatic Colors of #543CFC
Black with #543CFC
Text Example
Text Example
White with #543CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #543CFC; }
p { color: rgb(84,60,252); }
H1.HeaderClassName
{
color: #543CFC;
}
.AnyTagClassName
{
color: #543CFC;
}
</style>
background-color css
<style>
a { background-color: #543CFC; }
a { background-color: rgb(84,60,252); }
div.DivClassName
{
background-color: #543CFC;
}
.BgClassName
{
background-color: #543CFC;
}
</style>
border-color css
<style>
span { border-color: #543CFC; }
span { border-color: rgb(84,60,252); }
td.TdClassName
{
border-color: #543CFC;
}
.TagClassName
{
border-color: #543CFC;
}
</style>