Shades of Neon Blue #543EF6
Tints of Neon Blue #543EF6
RGB
CMYK
RGB Variations
Color information
#543EF6 (or 0x543EF6) is known color: Neon Blue. HEX triplet: 54, 3E and F6. RGB value is (84,62,246). Sum of RGB (Red+Green+Blue) = 84+62+246=392 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.43% from 392); Green value is 62 (24.61% from 255 or 15.82% from 392); Blue value is 246 (96.48% from 255 or 62.76% from 392); Max value from RGB is 246 - color contains mainly: blue. Hex color #543EF6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #543EF6 is #ABC109. Grayscale: #585858. Windows color (decimal): -11256074 or 16137812. OLE color: 16137812.
HSL color Cylindrical-coordinate representation of color #543EF6: hue angle of 247.17º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #543EF6 is Cyan = 0.66, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 84 | 62 | 246 | - |
| CMYK | 0.66 | 0.75 | 0 | 0.04 |
| HSL | 247.17º | 0.91% | 0.6% | - |
| HSV(B) | 247.17º | 0.75% | 0.96% | - |
| XYZ | 22.01 | 11.98 | 88.34 | - |
| YUV | 89.55 | 216.29 | 124.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 62 | 246 | 0.66 | 0.75 | 0 | 0.04 | 247.17 | 0.91 | 0.6 |
| Hex | 54 | 3E | F6 | 42 | 4B | 0 | 4 | F7 | 5B | 3C |
| Octal | 124 | 76 | 366 | 102 | 113 | 0 | 4 | 367 | 133 | 74 |
| Binary | 1010100 | 111110 | 11110110 | 1000010 | 1001011 | 0 | 100 | 11110111 | 1011011 | 111100 |
Color Harmonies of #543EF6
Complementary color
Monochromatic Colors of #543EF6
Black with #543EF6
Text Example
Text Example
White with #543EF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #543EF6; }
p { color: rgb(84,62,246); }
H1.HeaderClassName
{
color: #543EF6;
}
.AnyTagClassName
{
color: #543EF6;
}
</style>
background-color css
<style>
a { background-color: #543EF6; }
a { background-color: rgb(84,62,246); }
div.DivClassName
{
background-color: #543EF6;
}
.BgClassName
{
background-color: #543EF6;
}
</style>
border-color css
<style>
span { border-color: #543EF6; }
span { border-color: rgb(84,62,246); }
td.TdClassName
{
border-color: #543EF6;
}
.TagClassName
{
border-color: #543EF6;
}
</style>