Shades of Neon Blue #543BEB
Tints of Neon Blue #543BEB
RGB
CMYK
RGB Variations
Color information
#543BEB (or 0x543BEB) is known color: Neon Blue. HEX triplet: 54, 3B and EB. RGB value is (84,59,235). Sum of RGB (Red+Green+Blue) = 84+59+235=378 (50% of max value = 765). Red value is 84 (33.20% from 255 or 22.22% from 378); Green value is 59 (23.44% from 255 or 15.61% from 378); Blue value is 235 (92.19% from 255 or 62.17% from 378); Max value from RGB is 235 - color contains mainly: blue. Hex color #543BEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #543BEB is #ABC414. Grayscale: #555555. Windows color (decimal): -11256853 or 15416148. OLE color: 15416148.
HSL color Cylindrical-coordinate representation of color #543BEB: hue angle of 248.52º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #543BEB is Cyan = 0.64, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 84 | 59 | 235 | - |
| CMYK | 0.64 | 0.75 | 0 | 0.08 |
| HSL | 248.52º | 0.81% | 0.58% | - |
| HSV(B) | 248.52º | 0.75% | 0.92% | - |
| XYZ | 20.22 | 11.01 | 79.66 | - |
| YUV | 86.54 | 211.78 | 126.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 59 | 235 | 0.64 | 0.75 | 0 | 0.08 | 248.52 | 0.81 | 0.58 |
| Hex | 54 | 3B | EB | 40 | 4B | 0 | 8 | F9 | 51 | 3A |
| Octal | 124 | 73 | 353 | 100 | 113 | 0 | 10 | 371 | 121 | 72 |
| Binary | 1010100 | 111011 | 11101011 | 1000000 | 1001011 | 0 | 1000 | 11111001 | 1010001 | 111010 |
Color Harmonies of #543BEB
Complementary color
Monochromatic Colors of #543BEB
Black with #543BEB
Text Example
Text Example
White with #543BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #543BEB; }
p { color: rgb(84,59,235); }
H1.HeaderClassName
{
color: #543BEB;
}
.AnyTagClassName
{
color: #543BEB;
}
</style>
background-color css
<style>
a { background-color: #543BEB; }
a { background-color: rgb(84,59,235); }
div.DivClassName
{
background-color: #543BEB;
}
.BgClassName
{
background-color: #543BEB;
}
</style>
border-color css
<style>
span { border-color: #543BEB; }
span { border-color: rgb(84,59,235); }
td.TdClassName
{
border-color: #543BEB;
}
.TagClassName
{
border-color: #543BEB;
}
</style>