Shades of Neon Blue #543DF2
Tints of Neon Blue #543DF2
RGB
CMYK
RGB Variations
Color information
#543DF2 (or 0x543DF2) is known color: Neon Blue. HEX triplet: 54, 3D and F2. RGB value is (84,61,242). Sum of RGB (Red+Green+Blue) = 84+61+242=387 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.71% from 387); Green value is 61 (24.22% from 255 or 15.76% from 387); Blue value is 242 (94.92% from 255 or 62.53% from 387); Max value from RGB is 242 - color contains mainly: blue. Hex color #543DF2 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #543DF2 is #ABC20D. Grayscale: #575757. Windows color (decimal): -11256334 or 15875412. OLE color: 15875412.
HSL color Cylindrical-coordinate representation of color #543DF2: hue angle of 247.62º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #543DF2 is Cyan = 0.65, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 84 | 61 | 242 | - |
| CMYK | 0.65 | 0.75 | 0 | 0.05 |
| HSL | 247.62º | 0.87% | 0.59% | - |
| HSV(B) | 247.62º | 0.75% | 0.95% | - |
| XYZ | 21.35 | 11.63 | 85.12 | - |
| YUV | 88.51 | 214.62 | 124.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 61 | 242 | 0.65 | 0.75 | 0 | 0.05 | 247.62 | 0.87 | 0.59 |
| Hex | 54 | 3D | F2 | 41 | 4B | 0 | 5 | F8 | 57 | 3B |
| Octal | 124 | 75 | 362 | 101 | 113 | 0 | 5 | 370 | 127 | 73 |
| Binary | 1010100 | 111101 | 11110010 | 1000001 | 1001011 | 0 | 101 | 11111000 | 1010111 | 111011 |
Color Harmonies of #543DF2
Complementary color
Monochromatic Colors of #543DF2
Black with #543DF2
Text Example
Text Example
White with #543DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #543DF2; }
p { color: rgb(84,61,242); }
H1.HeaderClassName
{
color: #543DF2;
}
.AnyTagClassName
{
color: #543DF2;
}
</style>
background-color css
<style>
a { background-color: #543DF2; }
a { background-color: rgb(84,61,242); }
div.DivClassName
{
background-color: #543DF2;
}
.BgClassName
{
background-color: #543DF2;
}
</style>
border-color css
<style>
span { border-color: #543DF2; }
span { border-color: rgb(84,61,242); }
td.TdClassName
{
border-color: #543DF2;
}
.TagClassName
{
border-color: #543DF2;
}
</style>