Shades of Neon Blue #543FF7
Tints of Neon Blue #543FF7
RGB
CMYK
RGB Variations
Color information
#543FF7 (or 0x543FF7) is known color: Neon Blue. HEX triplet: 54, 3F and F7. RGB value is (84,63,247). Sum of RGB (Red+Green+Blue) = 84+63+247=394 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21.32% from 394); Green value is 63 (25% from 255 or 15.99% from 394); Blue value is 247 (96.88% from 255 or 62.69% from 394); Max value from RGB is 247 - color contains mainly: blue. Hex color #543FF7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #543FF7 is #ABC008. Grayscale: #595959. Windows color (decimal): -11255817 or 16203604. OLE color: 16203604.
HSL color Cylindrical-coordinate representation of color #543FF7: hue angle of 246.85º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #543FF7 is Cyan = 0.66, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 84 | 63 | 247 | - |
| CMYK | 0.66 | 0.74 | 0 | 0.03 |
| HSL | 246.85º | 0.92% | 0.61% | - |
| HSV(B) | 246.85º | 0.74% | 0.97% | - |
| XYZ | 22.22 | 12.16 | 89.17 | - |
| YUV | 90.26 | 216.46 | 123.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 63 | 247 | 0.66 | 0.74 | 0 | 0.03 | 246.85 | 0.92 | 0.61 |
| Hex | 54 | 3F | F7 | 42 | 4A | 0 | 3 | F7 | 5C | 3D |
| Octal | 124 | 77 | 367 | 102 | 112 | 0 | 3 | 367 | 134 | 75 |
| Binary | 1010100 | 111111 | 11110111 | 1000010 | 1001010 | 0 | 11 | 11110111 | 1011100 | 111101 |
Color Harmonies of #543FF7
Complementary color
Monochromatic Colors of #543FF7
Black with #543FF7
Text Example
Text Example
White with #543FF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #543FF7; }
p { color: rgb(84,63,247); }
H1.HeaderClassName
{
color: #543FF7;
}
.AnyTagClassName
{
color: #543FF7;
}
</style>
background-color css
<style>
a { background-color: #543FF7; }
a { background-color: rgb(84,63,247); }
div.DivClassName
{
background-color: #543FF7;
}
.BgClassName
{
background-color: #543FF7;
}
</style>
border-color css
<style>
span { border-color: #543FF7; }
span { border-color: rgb(84,63,247); }
td.TdClassName
{
border-color: #543FF7;
}
.TagClassName
{
border-color: #543FF7;
}
</style>