Shades of Neon Blue #543BFC
Tints of Neon Blue #543BFC
RGB
CMYK
RGB Variations
Color information
#543BFC (or 0x543BFC) is known color: Neon Blue. HEX triplet: 54, 3B and FC. RGB value is (84,59,252). Sum of RGB (Red+Green+Blue) = 84+59+252=395 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21.27% from 395); Green value is 59 (23.44% from 255 or 14.94% from 395); Blue value is 252 (98.83% from 255 or 63.80% from 395); Max value from RGB is 252 - color contains mainly: blue. Hex color #543BFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #543BFC is #ABC403. Grayscale: #575757. Windows color (decimal): -11256836 or 16530260. OLE color: 16530260.
HSL color Cylindrical-coordinate representation of color #543BFC: hue angle of 247.77º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #543BFC is Cyan = 0.67, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 84 | 59 | 252 | - |
| CMYK | 0.67 | 0.77 | 0 | 0.01 |
| HSL | 247.77º | 0.97% | 0.61% | - |
| HSV(B) | 247.77º | 0.77% | 0.99% | - |
| XYZ | 22.79 | 12.04 | 93.22 | - |
| YUV | 88.48 | 220.28 | 124.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 59 | 252 | 0.67 | 0.77 | 0 | 0.01 | 247.77 | 0.97 | 0.61 |
| Hex | 54 | 3B | FC | 43 | 4D | 0 | 1 | F8 | 61 | 3D |
| Octal | 124 | 73 | 374 | 103 | 115 | 0 | 1 | 370 | 141 | 75 |
| Binary | 1010100 | 111011 | 11111100 | 1000011 | 1001101 | 0 | 1 | 11111000 | 1100001 | 111101 |
Color Harmonies of #543BFC
Complementary color
Monochromatic Colors of #543BFC
Black with #543BFC
Text Example
Text Example
White with #543BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #543BFC; }
p { color: rgb(84,59,252); }
H1.HeaderClassName
{
color: #543BFC;
}
.AnyTagClassName
{
color: #543BFC;
}
</style>
background-color css
<style>
a { background-color: #543BFC; }
a { background-color: rgb(84,59,252); }
div.DivClassName
{
background-color: #543BFC;
}
.BgClassName
{
background-color: #543BFC;
}
</style>
border-color css
<style>
span { border-color: #543BFC; }
span { border-color: rgb(84,59,252); }
td.TdClassName
{
border-color: #543BFC;
}
.TagClassName
{
border-color: #543BFC;
}
</style>