Shades of Neon Blue #543BFD
Tints of Neon Blue #543BFD
RGB
CMYK
RGB Variations
Color information
#543BFD (or 0x543BFD) is known color: Neon Blue. HEX triplet: 54, 3B and FD. RGB value is (84,59,253). Sum of RGB (Red+Green+Blue) = 84+59+253=396 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21.21% from 396); Green value is 59 (23.44% from 255 or 14.90% from 396); Blue value is 253 (99.22% from 255 or 63.89% from 396); Max value from RGB is 253 - color contains mainly: blue. Hex color #543BFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #543BFD is #ABC402. Grayscale: #575757. Windows color (decimal): -11256835 or 16595796. OLE color: 16595796.
HSL color Cylindrical-coordinate representation of color #543BFD: hue angle of 247.73º degrees, saturation: 0.98, 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 #543BFD is Cyan = 0.67, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 84 | 59 | 253 | - |
| CMYK | 0.67 | 0.77 | 0 | 0.01 |
| HSL | 247.73º | 0.98% | 0.61% | - |
| HSV(B) | 247.73º | 0.77% | 0.99% | - |
| XYZ | 22.95 | 12.1 | 94.06 | - |
| YUV | 88.59 | 220.78 | 124.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 59 | 253 | 0.67 | 0.77 | 0 | 0.01 | 247.73 | 0.98 | 0.61 |
| Hex | 54 | 3B | FD | 43 | 4D | 0 | 1 | F8 | 62 | 3D |
| Octal | 124 | 73 | 375 | 103 | 115 | 0 | 1 | 370 | 142 | 75 |
| Binary | 1010100 | 111011 | 11111101 | 1000011 | 1001101 | 0 | 1 | 11111000 | 1100010 | 111101 |
Color Harmonies of #543BFD
Complementary color
Monochromatic Colors of #543BFD
Black with #543BFD
Text Example
Text Example
White with #543BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #543BFD; }
p { color: rgb(84,59,253); }
H1.HeaderClassName
{
color: #543BFD;
}
.AnyTagClassName
{
color: #543BFD;
}
</style>
background-color css
<style>
a { background-color: #543BFD; }
a { background-color: rgb(84,59,253); }
div.DivClassName
{
background-color: #543BFD;
}
.BgClassName
{
background-color: #543BFD;
}
</style>
border-color css
<style>
span { border-color: #543BFD; }
span { border-color: rgb(84,59,253); }
td.TdClassName
{
border-color: #543BFD;
}
.TagClassName
{
border-color: #543BFD;
}
</style>