Shades of Neon Blue #543CEB
Tints of Neon Blue #543CEB
RGB
CMYK
RGB Variations
Color information
#543CEB (or 0x543CEB) is known color: Neon Blue. HEX triplet: 54, 3C and EB. RGB value is (84,60,235). Sum of RGB (Red+Green+Blue) = 84+60+235=379 (50% of max value = 765). Red value is 84 (33.20% from 255 or 22.16% from 379); Green value is 60 (23.83% from 255 or 15.83% from 379); Blue value is 235 (92.19% from 255 or 62.01% from 379); Max value from RGB is 235 - color contains mainly: blue. Hex color #543CEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #543CEB is #ABC314. Grayscale: #565656. Windows color (decimal): -11256597 or 15416404. OLE color: 15416404.
HSL color Cylindrical-coordinate representation of color #543CEB: hue angle of 248.23º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #543CEB is Cyan = 0.64, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 84 | 60 | 235 | - |
| CMYK | 0.64 | 0.74 | 0 | 0.08 |
| HSL | 248.23º | 0.81% | 0.58% | - |
| HSV(B) | 248.23º | 0.74% | 0.92% | - |
| XYZ | 20.27 | 11.11 | 79.67 | - |
| YUV | 87.13 | 211.45 | 125.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 60 | 235 | 0.64 | 0.74 | 0 | 0.08 | 248.23 | 0.81 | 0.58 |
| Hex | 54 | 3C | EB | 40 | 4A | 0 | 8 | F8 | 51 | 3A |
| Octal | 124 | 74 | 353 | 100 | 112 | 0 | 10 | 370 | 121 | 72 |
| Binary | 1010100 | 111100 | 11101011 | 1000000 | 1001010 | 0 | 1000 | 11111000 | 1010001 | 111010 |
Color Harmonies of #543CEB
Complementary color
Monochromatic Colors of #543CEB
Black with #543CEB
Text Example
Text Example
White with #543CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #543CEB; }
p { color: rgb(84,60,235); }
H1.HeaderClassName
{
color: #543CEB;
}
.AnyTagClassName
{
color: #543CEB;
}
</style>
background-color css
<style>
a { background-color: #543CEB; }
a { background-color: rgb(84,60,235); }
div.DivClassName
{
background-color: #543CEB;
}
.BgClassName
{
background-color: #543CEB;
}
</style>
border-color css
<style>
span { border-color: #543CEB; }
span { border-color: rgb(84,60,235); }
td.TdClassName
{
border-color: #543CEB;
}
.TagClassName
{
border-color: #543CEB;
}
</style>