Shades of Neon Blue #543EED
Tints of Neon Blue #543EED
RGB
CMYK
RGB Variations
Color information
#543EED (or 0x543EED) is known color: Neon Blue. HEX triplet: 54, 3E and ED. RGB value is (84,62,237). Sum of RGB (Red+Green+Blue) = 84+62+237=383 (50% of max value = 765). Red value is 84 (33.20% from 255 or 21.93% from 383); Green value is 62 (24.61% from 255 or 16.19% from 383); Blue value is 237 (92.97% from 255 or 61.88% from 383); Max value from RGB is 237 - color contains mainly: blue. Hex color #543EED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #543EED is #ABC112. Grayscale: #575757. Windows color (decimal): -11256083 or 15547988. OLE color: 15547988.
HSL color Cylindrical-coordinate representation of color #543EED: hue angle of 247.54º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #543EED is Cyan = 0.65, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 84 | 62 | 237 | - |
| CMYK | 0.65 | 0.74 | 0 | 0.07 |
| HSL | 247.54º | 0.83% | 0.59% | - |
| HSV(B) | 247.54º | 0.74% | 0.93% | - |
| XYZ | 20.66 | 11.44 | 81.24 | - |
| YUV | 88.53 | 211.79 | 124.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 62 | 237 | 0.65 | 0.74 | 0 | 0.07 | 247.54 | 0.83 | 0.59 |
| Hex | 54 | 3E | ED | 41 | 4A | 0 | 7 | F8 | 53 | 3B |
| Octal | 124 | 76 | 355 | 101 | 112 | 0 | 7 | 370 | 123 | 73 |
| Binary | 1010100 | 111110 | 11101101 | 1000001 | 1001010 | 0 | 111 | 11111000 | 1010011 | 111011 |
Color Harmonies of #543EED
Complementary color
Monochromatic Colors of #543EED
Black with #543EED
Text Example
Text Example
White with #543EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #543EED; }
p { color: rgb(84,62,237); }
H1.HeaderClassName
{
color: #543EED;
}
.AnyTagClassName
{
color: #543EED;
}
</style>
background-color css
<style>
a { background-color: #543EED; }
a { background-color: rgb(84,62,237); }
div.DivClassName
{
background-color: #543EED;
}
.BgClassName
{
background-color: #543EED;
}
</style>
border-color css
<style>
span { border-color: #543EED; }
span { border-color: rgb(84,62,237); }
td.TdClassName
{
border-color: #543EED;
}
.TagClassName
{
border-color: #543EED;
}
</style>