Shades of Neon Blue #543FDF
Tints of Neon Blue #543FDF
RGB
CMYK
RGB Variations
Color information
#543FDF (or 0x543FDF) is known color: Neon Blue. HEX triplet: 54, 3F and DF. RGB value is (84,63,223). Sum of RGB (Red+Green+Blue) = 84+63+223=370 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.70% from 370); Green value is 63 (25% from 255 or 17.03% from 370); Blue value is 223 (87.5% from 255 or 60.27% from 370); Max value from RGB is 223 - color contains mainly: blue. Hex color #543FDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #543FDF is #ABC020. Grayscale: #565656. Windows color (decimal): -11255841 or 14630740. OLE color: 14630740.
HSL color Cylindrical-coordinate representation of color #543FDF: hue angle of 247.88º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #543FDF is Cyan = 0.62, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 84 | 63 | 223 | - |
| CMYK | 0.62 | 0.72 | 0 | 0.13 |
| HSL | 247.88º | 0.71% | 0.56% | - |
| HSV(B) | 247.88º | 0.72% | 0.87% | - |
| XYZ | 18.75 | 10.77 | 70.9 | - |
| YUV | 87.52 | 204.46 | 125.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 63 | 223 | 0.62 | 0.72 | 0 | 0.13 | 247.88 | 0.71 | 0.56 |
| Hex | 54 | 3F | DF | 3E | 48 | 0 | D | F8 | 47 | 38 |
| Octal | 124 | 77 | 337 | 76 | 110 | 0 | 15 | 370 | 107 | 70 |
| Binary | 1010100 | 111111 | 11011111 | 111110 | 1001000 | 0 | 1101 | 11111000 | 1000111 | 111000 |
Color Harmonies of #543FDF
Complementary color
Monochromatic Colors of #543FDF
Black with #543FDF
Text Example
Text Example
White with #543FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #543FDF; }
p { color: rgb(84,63,223); }
H1.HeaderClassName
{
color: #543FDF;
}
.AnyTagClassName
{
color: #543FDF;
}
</style>
background-color css
<style>
a { background-color: #543FDF; }
a { background-color: rgb(84,63,223); }
div.DivClassName
{
background-color: #543FDF;
}
.BgClassName
{
background-color: #543FDF;
}
</style>
border-color css
<style>
span { border-color: #543FDF; }
span { border-color: rgb(84,63,223); }
td.TdClassName
{
border-color: #543FDF;
}
.TagClassName
{
border-color: #543FDF;
}
</style>