Shades of Neon Blue #543BE9
Tints of Neon Blue #543BE9
RGB
CMYK
RGB Variations
Color information
#543BE9 (or 0x543BE9) is known color: Neon Blue. HEX triplet: 54, 3B and E9. RGB value is (84,59,233). Sum of RGB (Red+Green+Blue) = 84+59+233=376 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.34% from 376); Green value is 59 (23.44% from 255 or 15.69% from 376); Blue value is 233 (91.41% from 255 or 61.97% from 376); Max value from RGB is 233 - color contains mainly: blue. Hex color #543BE9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #543BE9 is #ABC416. Grayscale: #555555. Windows color (decimal): -11256855 or 15285076. OLE color: 15285076.
HSL color Cylindrical-coordinate representation of color #543BE9: hue angle of 248.62º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #543BE9 is Cyan = 0.64, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 84 | 59 | 233 | - |
| CMYK | 0.64 | 0.75 | 0 | 0.09 |
| HSL | 248.62º | 0.8% | 0.57% | - |
| HSV(B) | 248.62º | 0.75% | 0.91% | - |
| XYZ | 19.93 | 10.9 | 78.14 | - |
| YUV | 86.31 | 210.78 | 126.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 59 | 233 | 0.64 | 0.75 | 0 | 0.09 | 248.62 | 0.8 | 0.57 |
| Hex | 54 | 3B | E9 | 40 | 4B | 0 | 9 | F9 | 50 | 39 |
| Octal | 124 | 73 | 351 | 100 | 113 | 0 | 11 | 371 | 120 | 71 |
| Binary | 1010100 | 111011 | 11101001 | 1000000 | 1001011 | 0 | 1001 | 11111001 | 1010000 | 111001 |
Color Harmonies of #543BE9
Complementary color
Monochromatic Colors of #543BE9
Black with #543BE9
Text Example
Text Example
White with #543BE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #543BE9; }
p { color: rgb(84,59,233); }
H1.HeaderClassName
{
color: #543BE9;
}
.AnyTagClassName
{
color: #543BE9;
}
</style>
background-color css
<style>
a { background-color: #543BE9; }
a { background-color: rgb(84,59,233); }
div.DivClassName
{
background-color: #543BE9;
}
.BgClassName
{
background-color: #543BE9;
}
</style>
border-color css
<style>
span { border-color: #543BE9; }
span { border-color: rgb(84,59,233); }
td.TdClassName
{
border-color: #543BE9;
}
.TagClassName
{
border-color: #543BE9;
}
</style>