Shades of Neon Blue #543DF3
Tints of Neon Blue #543DF3
RGB
CMYK
RGB Variations
Color information
#543DF3 (or 0x543DF3) is known color: Neon Blue. HEX triplet: 54, 3D and F3. RGB value is (84,61,243). Sum of RGB (Red+Green+Blue) = 84+61+243=388 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.65% from 388); Green value is 61 (24.22% from 255 or 15.72% from 388); Blue value is 243 (95.31% from 255 or 62.63% from 388); Max value from RGB is 243 - color contains mainly: blue. Hex color #543DF3 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #543DF3 is #ABC20C. Grayscale: #575757. Windows color (decimal): -11256333 or 15940948. OLE color: 15940948.
HSL color Cylindrical-coordinate representation of color #543DF3: hue angle of 247.58º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #543DF3 is Cyan = 0.65, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 84 | 61 | 243 | - |
| CMYK | 0.65 | 0.75 | 0 | 0.05 |
| HSL | 247.58º | 0.88% | 0.6% | - |
| HSV(B) | 247.58º | 0.75% | 0.95% | - |
| XYZ | 21.5 | 11.69 | 85.92 | - |
| YUV | 88.63 | 215.12 | 124.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 61 | 243 | 0.65 | 0.75 | 0 | 0.05 | 247.58 | 0.88 | 0.6 |
| Hex | 54 | 3D | F3 | 41 | 4B | 0 | 5 | F8 | 58 | 3C |
| Octal | 124 | 75 | 363 | 101 | 113 | 0 | 5 | 370 | 130 | 74 |
| Binary | 1010100 | 111101 | 11110011 | 1000001 | 1001011 | 0 | 101 | 11111000 | 1011000 | 111100 |
Color Harmonies of #543DF3
Complementary color
Monochromatic Colors of #543DF3
Black with #543DF3
Text Example
Text Example
White with #543DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #543DF3; }
p { color: rgb(84,61,243); }
H1.HeaderClassName
{
color: #543DF3;
}
.AnyTagClassName
{
color: #543DF3;
}
</style>
background-color css
<style>
a { background-color: #543DF3; }
a { background-color: rgb(84,61,243); }
div.DivClassName
{
background-color: #543DF3;
}
.BgClassName
{
background-color: #543DF3;
}
</style>
border-color css
<style>
span { border-color: #543DF3; }
span { border-color: rgb(84,61,243); }
td.TdClassName
{
border-color: #543DF3;
}
.TagClassName
{
border-color: #543DF3;
}
</style>