Shades of Neon Blue #543DF0
Tints of Neon Blue #543DF0
RGB
CMYK
RGB Variations
Color information
#543DF0 (or 0x543DF0) is known color: Neon Blue. HEX triplet: 54, 3D and F0. RGB value is (84,61,240). Sum of RGB (Red+Green+Blue) = 84+61+240=385 (50% of max value = 765). Red value is 84 (33.20% from 255 or 21.82% from 385); Green value is 61 (24.22% from 255 or 15.84% from 385); Blue value is 240 (94.14% from 255 or 62.34% from 385); Max value from RGB is 240 - color contains mainly: blue. Hex color #543DF0 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #543DF0 is #ABC20F. Grayscale: #575757. Windows color (decimal): -11256336 or 15744340. OLE color: 15744340.
HSL color Cylindrical-coordinate representation of color #543DF0: hue angle of 247.71º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #543DF0 is Cyan = 0.65, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 84 | 61 | 240 | - |
| CMYK | 0.65 | 0.75 | 0 | 0.06 |
| HSL | 247.71º | 0.86% | 0.59% | - |
| HSV(B) | 247.71º | 0.75% | 0.94% | - |
| XYZ | 21.05 | 11.51 | 83.55 | - |
| YUV | 88.28 | 213.62 | 124.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 61 | 240 | 0.65 | 0.75 | 0 | 0.06 | 247.71 | 0.86 | 0.59 |
| Hex | 54 | 3D | F0 | 41 | 4B | 0 | 6 | F8 | 56 | 3B |
| Octal | 124 | 75 | 360 | 101 | 113 | 0 | 6 | 370 | 126 | 73 |
| Binary | 1010100 | 111101 | 11110000 | 1000001 | 1001011 | 0 | 110 | 11111000 | 1010110 | 111011 |
Color Harmonies of #543DF0
Complementary color
Monochromatic Colors of #543DF0
Black with #543DF0
Text Example
Text Example
White with #543DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #543DF0; }
p { color: rgb(84,61,240); }
H1.HeaderClassName
{
color: #543DF0;
}
.AnyTagClassName
{
color: #543DF0;
}
</style>
background-color css
<style>
a { background-color: #543DF0; }
a { background-color: rgb(84,61,240); }
div.DivClassName
{
background-color: #543DF0;
}
.BgClassName
{
background-color: #543DF0;
}
</style>
border-color css
<style>
span { border-color: #543DF0; }
span { border-color: rgb(84,61,240); }
td.TdClassName
{
border-color: #543DF0;
}
.TagClassName
{
border-color: #543DF0;
}
</style>