Shades of Neon Blue #543FEA
Tints of Neon Blue #543FEA
RGB
CMYK
RGB Variations
Color information
#543FEA (or 0x543FEA) is known color: Neon Blue. HEX triplet: 54, 3F and EA. RGB value is (84,63,234). Sum of RGB (Red+Green+Blue) = 84+63+234=381 (50% of max value = 765). Red value is 84 (33.20% from 255 or 22.05% from 381); Green value is 63 (25% from 255 or 16.54% from 381); Blue value is 234 (91.80% from 255 or 61.42% from 381); Max value from RGB is 234 - color contains mainly: blue. Hex color #543FEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #543FEA is #ABC015. Grayscale: #585858. Windows color (decimal): -11255830 or 15351636. OLE color: 15351636.
HSL color Cylindrical-coordinate representation of color #543FEA: hue angle of 247.37º degrees, saturation: 0.8, 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 #543FEA is Cyan = 0.64, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 84 | 63 | 234 | - |
| CMYK | 0.64 | 0.73 | 0 | 0.08 |
| HSL | 247.37º | 0.8% | 0.58% | - |
| HSV(B) | 247.37º | 0.73% | 0.92% | - |
| XYZ | 20.28 | 11.38 | 78.97 | - |
| YUV | 88.77 | 209.96 | 124.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 63 | 234 | 0.64 | 0.73 | 0 | 0.08 | 247.37 | 0.8 | 0.58 |
| Hex | 54 | 3F | EA | 40 | 49 | 0 | 8 | F7 | 50 | 3A |
| Octal | 124 | 77 | 352 | 100 | 111 | 0 | 10 | 367 | 120 | 72 |
| Binary | 1010100 | 111111 | 11101010 | 1000000 | 1001001 | 0 | 1000 | 11110111 | 1010000 | 111010 |
Color Harmonies of #543FEA
Complementary color
Monochromatic Colors of #543FEA
Black with #543FEA
Text Example
Text Example
White with #543FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #543FEA; }
p { color: rgb(84,63,234); }
H1.HeaderClassName
{
color: #543FEA;
}
.AnyTagClassName
{
color: #543FEA;
}
</style>
background-color css
<style>
a { background-color: #543FEA; }
a { background-color: rgb(84,63,234); }
div.DivClassName
{
background-color: #543FEA;
}
.BgClassName
{
background-color: #543FEA;
}
</style>
border-color css
<style>
span { border-color: #543FEA; }
span { border-color: rgb(84,63,234); }
td.TdClassName
{
border-color: #543FEA;
}
.TagClassName
{
border-color: #543FEA;
}
</style>