Shades of Neon Blue #543DDF
Tints of Neon Blue #543DDF
RGB
CMYK
RGB Variations
Color information
#543DDF (or 0x543DDF) is known color: Neon Blue. HEX triplet: 54, 3D and DF. RGB value is (84,61,223). Sum of RGB (Red+Green+Blue) = 84+61+223=368 (48% of max value = 765). Red value is 84 (33.20% from 255 or 22.83% from 368); Green value is 61 (24.22% from 255 or 16.58% from 368); Blue value is 223 (87.5% from 255 or 60.60% from 368); Max value from RGB is 223 - color contains mainly: blue. Hex color #543DDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #543DDF is #ABC220. Grayscale: #555555. Windows color (decimal): -11256353 or 14630228. OLE color: 14630228.
HSL color Cylindrical-coordinate representation of color #543DDF: hue angle of 248.52º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #543DDF is Cyan = 0.62, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 84 | 61 | 223 | - |
| CMYK | 0.62 | 0.73 | 0 | 0.13 |
| HSL | 248.52º | 0.72% | 0.56% | - |
| HSV(B) | 248.52º | 0.73% | 0.87% | - |
| XYZ | 18.64 | 10.55 | 70.87 | - |
| YUV | 86.35 | 205.12 | 126.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 61 | 223 | 0.62 | 0.73 | 0 | 0.13 | 248.52 | 0.72 | 0.56 |
| Hex | 54 | 3D | DF | 3E | 49 | 0 | D | F9 | 48 | 38 |
| Octal | 124 | 75 | 337 | 76 | 111 | 0 | 15 | 371 | 110 | 70 |
| Binary | 1010100 | 111101 | 11011111 | 111110 | 1001001 | 0 | 1101 | 11111001 | 1001000 | 111000 |
Color Harmonies of #543DDF
Complementary color
Monochromatic Colors of #543DDF
Black with #543DDF
Text Example
Text Example
White with #543DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #543DDF; }
p { color: rgb(84,61,223); }
H1.HeaderClassName
{
color: #543DDF;
}
.AnyTagClassName
{
color: #543DDF;
}
</style>
background-color css
<style>
a { background-color: #543DDF; }
a { background-color: rgb(84,61,223); }
div.DivClassName
{
background-color: #543DDF;
}
.BgClassName
{
background-color: #543DDF;
}
</style>
border-color css
<style>
span { border-color: #543DDF; }
span { border-color: rgb(84,61,223); }
td.TdClassName
{
border-color: #543DDF;
}
.TagClassName
{
border-color: #543DDF;
}
</style>