Shades of Neon Blue #543FFA
Tints of Neon Blue #543FFA
RGB
CMYK
RGB Variations
Color information
#543FFA (or 0x543FFA) is known color: Neon Blue. HEX triplet: 54, 3F and FA. RGB value is (84,63,250). Sum of RGB (Red+Green+Blue) = 84+63+250=397 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21.16% from 397); Green value is 63 (25% from 255 or 15.87% from 397); Blue value is 250 (98.05% from 255 or 62.97% from 397); Max value from RGB is 250 - color contains mainly: blue. Hex color #543FFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #543FFA is #ABC005. Grayscale: #595959. Windows color (decimal): -11255814 or 16400212. OLE color: 16400212.
HSL color Cylindrical-coordinate representation of color #543FFA: hue angle of 246.74º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #543FFA is Cyan = 0.66, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 84 | 63 | 250 | - |
| CMYK | 0.66 | 0.75 | 0 | 0.02 |
| HSL | 246.74º | 0.95% | 0.61% | - |
| HSV(B) | 246.74º | 0.75% | 0.98% | - |
| XYZ | 22.69 | 12.34 | 91.63 | - |
| YUV | 90.6 | 217.96 | 123.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 63 | 250 | 0.66 | 0.75 | 0 | 0.02 | 246.74 | 0.95 | 0.61 |
| Hex | 54 | 3F | FA | 42 | 4B | 0 | 2 | F7 | 5F | 3D |
| Octal | 124 | 77 | 372 | 102 | 113 | 0 | 2 | 367 | 137 | 75 |
| Binary | 1010100 | 111111 | 11111010 | 1000010 | 1001011 | 0 | 10 | 11110111 | 1011111 | 111101 |
Color Harmonies of #543FFA
Complementary color
Monochromatic Colors of #543FFA
Black with #543FFA
Text Example
Text Example
White with #543FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #543FFA; }
p { color: rgb(84,63,250); }
H1.HeaderClassName
{
color: #543FFA;
}
.AnyTagClassName
{
color: #543FFA;
}
</style>
background-color css
<style>
a { background-color: #543FFA; }
a { background-color: rgb(84,63,250); }
div.DivClassName
{
background-color: #543FFA;
}
.BgClassName
{
background-color: #543FFA;
}
</style>
border-color css
<style>
span { border-color: #543FFA; }
span { border-color: rgb(84,63,250); }
td.TdClassName
{
border-color: #543FFA;
}
.TagClassName
{
border-color: #543FFA;
}
</style>