Shades of Neon Blue #543CEF
Tints of Neon Blue #543CEF
RGB
CMYK
RGB Variations
Color information
#543CEF (or 0x543CEF) is known color: Neon Blue. HEX triplet: 54, 3C and EF. RGB value is (84,60,239). Sum of RGB (Red+Green+Blue) = 84+60+239=383 (50% of max value = 765). Red value is 84 (33.20% from 255 or 21.93% from 383); Green value is 60 (23.83% from 255 or 15.67% from 383); Blue value is 239 (93.75% from 255 or 62.40% from 383); Max value from RGB is 239 - color contains mainly: blue. Hex color #543CEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #543CEF is #ABC310. Grayscale: #565656. Windows color (decimal): -11256593 or 15678548. OLE color: 15678548.
HSL color Cylindrical-coordinate representation of color #543CEF: hue angle of 248.04º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #543CEF is Cyan = 0.65, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 84 | 60 | 239 | - |
| CMYK | 0.65 | 0.75 | 0 | 0.06 |
| HSL | 248.04º | 0.85% | 0.59% | - |
| HSV(B) | 248.04º | 0.75% | 0.94% | - |
| XYZ | 20.85 | 11.35 | 82.75 | - |
| YUV | 87.58 | 213.45 | 125.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 60 | 239 | 0.65 | 0.75 | 0 | 0.06 | 248.04 | 0.85 | 0.59 |
| Hex | 54 | 3C | EF | 41 | 4B | 0 | 6 | F8 | 55 | 3B |
| Octal | 124 | 74 | 357 | 101 | 113 | 0 | 6 | 370 | 125 | 73 |
| Binary | 1010100 | 111100 | 11101111 | 1000001 | 1001011 | 0 | 110 | 11111000 | 1010101 | 111011 |
Color Harmonies of #543CEF
Complementary color
Monochromatic Colors of #543CEF
Black with #543CEF
Text Example
Text Example
White with #543CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #543CEF; }
p { color: rgb(84,60,239); }
H1.HeaderClassName
{
color: #543CEF;
}
.AnyTagClassName
{
color: #543CEF;
}
</style>
background-color css
<style>
a { background-color: #543CEF; }
a { background-color: rgb(84,60,239); }
div.DivClassName
{
background-color: #543CEF;
}
.BgClassName
{
background-color: #543CEF;
}
</style>
border-color css
<style>
span { border-color: #543CEF; }
span { border-color: rgb(84,60,239); }
td.TdClassName
{
border-color: #543CEF;
}
.TagClassName
{
border-color: #543CEF;
}
</style>