Shades of Neon Blue #543DFF
Tints of Neon Blue #543DFF
RGB
CMYK
RGB Variations
Color information
#543DFF (or 0x543DFF) is known color: Neon Blue. HEX triplet: 54, 3D and FF. RGB value is (84,61,255). Sum of RGB (Red+Green+Blue) = 84+61+255=400 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21% from 400); Green value is 61 (24.22% from 255 or 15.25% from 400); Blue value is 255 (100% from 255 or 63.75% from 400); Max value from RGB is 255 - color contains mainly: blue. Hex color #543DFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #543DFF is #ABC200. Grayscale: #595959. Windows color (decimal): -11256321 or 16727380. OLE color: 16727380.
HSL color Cylindrical-coordinate representation of color #543DFF: hue angle of 247.11º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #543DFF is Cyan = 0.67, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 84 | 61 | 255 | - |
| CMYK | 0.67 | 0.76 | 0 | 0 |
| HSL | 247.11º | 1% | 0.62% | - |
| HSV(B) | 247.11º | 0.76% | 1% | - |
| XYZ | 23.37 | 12.44 | 95.78 | - |
| YUV | 89.99 | 221.12 | 123.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 61 | 255 | 0.67 | 0.76 | 0 | 0 | 247.11 | 1 | 0.62 |
| Hex | 54 | 3D | FF | 43 | 4C | 0 | 0 | F7 | 64 | 3E |
| Octal | 124 | 75 | 377 | 103 | 114 | 0 | 0 | 367 | 144 | 76 |
| Binary | 1010100 | 111101 | 11111111 | 1000011 | 1001100 | 0 | 0 | 11110111 | 1100100 | 111110 |
Color Harmonies of #543DFF
Complementary color
Monochromatic Colors of #543DFF
Black with #543DFF
Text Example
Text Example
White with #543DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #543DFF; }
p { color: rgb(84,61,255); }
H1.HeaderClassName
{
color: #543DFF;
}
.AnyTagClassName
{
color: #543DFF;
}
</style>
background-color css
<style>
a { background-color: #543DFF; }
a { background-color: rgb(84,61,255); }
div.DivClassName
{
background-color: #543DFF;
}
.BgClassName
{
background-color: #543DFF;
}
</style>
border-color css
<style>
span { border-color: #543DFF; }
span { border-color: rgb(84,61,255); }
td.TdClassName
{
border-color: #543DFF;
}
.TagClassName
{
border-color: #543DFF;
}
</style>