Shades of Neon Blue #543DF4
Tints of Neon Blue #543DF4
RGB
CMYK
RGB Variations
Color information
#543DF4 (or 0x543DF4) is known color: Neon Blue. HEX triplet: 54, 3D and F4. RGB value is (84,61,244). Sum of RGB (Red+Green+Blue) = 84+61+244=389 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.59% from 389); Green value is 61 (24.22% from 255 or 15.68% from 389); Blue value is 244 (95.70% from 255 or 62.72% from 389); Max value from RGB is 244 - color contains mainly: blue. Hex color #543DF4 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #543DF4 is #ABC20B. Grayscale: #585858. Windows color (decimal): -11256332 or 16006484. OLE color: 16006484.
HSL color Cylindrical-coordinate representation of color #543DF4: hue angle of 247.54º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #543DF4 is Cyan = 0.66, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 84 | 61 | 244 | - |
| CMYK | 0.66 | 0.75 | 0 | 0.04 |
| HSL | 247.54º | 0.89% | 0.6% | - |
| HSV(B) | 247.54º | 0.75% | 0.96% | - |
| XYZ | 21.65 | 11.75 | 86.72 | - |
| YUV | 88.74 | 215.62 | 124.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 61 | 244 | 0.66 | 0.75 | 0 | 0.04 | 247.54 | 0.89 | 0.6 |
| Hex | 54 | 3D | F4 | 42 | 4B | 0 | 4 | F8 | 59 | 3C |
| Octal | 124 | 75 | 364 | 102 | 113 | 0 | 4 | 370 | 131 | 74 |
| Binary | 1010100 | 111101 | 11110100 | 1000010 | 1001011 | 0 | 100 | 11111000 | 1011001 | 111100 |
Color Harmonies of #543DF4
Complementary color
Monochromatic Colors of #543DF4
Black with #543DF4
Text Example
Text Example
White with #543DF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #543DF4; }
p { color: rgb(84,61,244); }
H1.HeaderClassName
{
color: #543DF4;
}
.AnyTagClassName
{
color: #543DF4;
}
</style>
background-color css
<style>
a { background-color: #543DF4; }
a { background-color: rgb(84,61,244); }
div.DivClassName
{
background-color: #543DF4;
}
.BgClassName
{
background-color: #543DF4;
}
</style>
border-color css
<style>
span { border-color: #543DF4; }
span { border-color: rgb(84,61,244); }
td.TdClassName
{
border-color: #543DF4;
}
.TagClassName
{
border-color: #543DF4;
}
</style>