Shades of Neon Blue #543FFD
Tints of Neon Blue #543FFD
RGB
CMYK
RGB Variations
Color information
#543FFD (or 0x543FFD) is known color: Neon Blue. HEX triplet: 54, 3F and FD. RGB value is (84,63,253). Sum of RGB (Red+Green+Blue) = 84+63+253=400 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21% from 400); Green value is 63 (25% from 255 or 15.75% from 400); Blue value is 253 (99.22% from 255 or 63.25% from 400); Max value from RGB is 253 - color contains mainly: blue. Hex color #543FFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #543FFD is #ABC002. Grayscale: #5A5A5A. Windows color (decimal): -11255811 or 16596820. OLE color: 16596820.
HSL color Cylindrical-coordinate representation of color #543FFD: hue angle of 246.63º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #543FFD is Cyan = 0.67, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 84 | 63 | 253 | - |
| CMYK | 0.67 | 0.75 | 0 | 0.01 |
| HSL | 246.63º | 0.98% | 0.62% | - |
| HSV(B) | 246.63º | 0.75% | 0.99% | - |
| XYZ | 23.16 | 12.53 | 94.13 | - |
| YUV | 90.94 | 219.46 | 123.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 63 | 253 | 0.67 | 0.75 | 0 | 0.01 | 246.63 | 0.98 | 0.62 |
| Hex | 54 | 3F | FD | 43 | 4B | 0 | 1 | F7 | 62 | 3E |
| Octal | 124 | 77 | 375 | 103 | 113 | 0 | 1 | 367 | 142 | 76 |
| Binary | 1010100 | 111111 | 11111101 | 1000011 | 1001011 | 0 | 1 | 11110111 | 1100010 | 111110 |
Color Harmonies of #543FFD
Complementary color
Monochromatic Colors of #543FFD
Black with #543FFD
Text Example
Text Example
White with #543FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #543FFD; }
p { color: rgb(84,63,253); }
H1.HeaderClassName
{
color: #543FFD;
}
.AnyTagClassName
{
color: #543FFD;
}
</style>
background-color css
<style>
a { background-color: #543FFD; }
a { background-color: rgb(84,63,253); }
div.DivClassName
{
background-color: #543FFD;
}
.BgClassName
{
background-color: #543FFD;
}
</style>
border-color css
<style>
span { border-color: #543FFD; }
span { border-color: rgb(84,63,253); }
td.TdClassName
{
border-color: #543FFD;
}
.TagClassName
{
border-color: #543FFD;
}
</style>