Shades of Neon Blue #543FEB
Tints of Neon Blue #543FEB
RGB
CMYK
RGB Variations
Color information
#543FEB (or 0x543FEB) is known color: Neon Blue. HEX triplet: 54, 3F and EB. RGB value is (84,63,235). Sum of RGB (Red+Green+Blue) = 84+63+235=382 (50% of max value = 765). Red value is 84 (33.20% from 255 or 21.99% from 382); Green value is 63 (25% from 255 or 16.49% from 382); Blue value is 235 (92.19% from 255 or 61.52% from 382); Max value from RGB is 235 - color contains mainly: blue. Hex color #543FEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #543FEB is #ABC014. Grayscale: #585858. Windows color (decimal): -11255829 or 15417172. OLE color: 15417172.
HSL color Cylindrical-coordinate representation of color #543FEB: hue angle of 247.33º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #543FEB is Cyan = 0.64, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 84 | 63 | 235 | - |
| CMYK | 0.64 | 0.73 | 0 | 0.08 |
| HSL | 247.33º | 0.81% | 0.58% | - |
| HSV(B) | 247.33º | 0.73% | 0.92% | - |
| XYZ | 20.43 | 11.44 | 79.73 | - |
| YUV | 88.89 | 210.46 | 124.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 63 | 235 | 0.64 | 0.73 | 0 | 0.08 | 247.33 | 0.81 | 0.58 |
| Hex | 54 | 3F | EB | 40 | 49 | 0 | 8 | F7 | 51 | 3A |
| Octal | 124 | 77 | 353 | 100 | 111 | 0 | 10 | 367 | 121 | 72 |
| Binary | 1010100 | 111111 | 11101011 | 1000000 | 1001001 | 0 | 1000 | 11110111 | 1010001 | 111010 |
Color Harmonies of #543FEB
Complementary color
Monochromatic Colors of #543FEB
Black with #543FEB
Text Example
Text Example
White with #543FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #543FEB; }
p { color: rgb(84,63,235); }
H1.HeaderClassName
{
color: #543FEB;
}
.AnyTagClassName
{
color: #543FEB;
}
</style>
background-color css
<style>
a { background-color: #543FEB; }
a { background-color: rgb(84,63,235); }
div.DivClassName
{
background-color: #543FEB;
}
.BgClassName
{
background-color: #543FEB;
}
</style>
border-color css
<style>
span { border-color: #543FEB; }
span { border-color: rgb(84,63,235); }
td.TdClassName
{
border-color: #543FEB;
}
.TagClassName
{
border-color: #543FEB;
}
</style>