Shades of Neon Blue #543DF5
Tints of Neon Blue #543DF5
RGB
CMYK
RGB Variations
Color information
#543DF5 (or 0x543DF5) is known color: Neon Blue. HEX triplet: 54, 3D and F5. RGB value is (84,61,245). Sum of RGB (Red+Green+Blue) = 84+61+245=390 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.54% from 390); Green value is 61 (24.22% from 255 or 15.64% from 390); Blue value is 245 (96.09% from 255 or 62.82% from 390); Max value from RGB is 245 - color contains mainly: blue. Hex color #543DF5 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #543DF5 is #ABC20A. Grayscale: #585858. Windows color (decimal): -11256331 or 16072020. OLE color: 16072020.
HSL color Cylindrical-coordinate representation of color #543DF5: hue angle of 247.5º degrees, saturation: 0.9, 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 #543DF5 is Cyan = 0.66, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 84 | 61 | 245 | - |
| CMYK | 0.66 | 0.75 | 0 | 0.04 |
| HSL | 247.5º | 0.9% | 0.6% | - |
| HSV(B) | 247.5º | 0.75% | 0.96% | - |
| XYZ | 21.81 | 11.81 | 87.52 | - |
| YUV | 88.85 | 216.12 | 124.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 61 | 245 | 0.66 | 0.75 | 0 | 0.04 | 247.5 | 0.9 | 0.6 |
| Hex | 54 | 3D | F5 | 42 | 4B | 0 | 4 | F8 | 5A | 3C |
| Octal | 124 | 75 | 365 | 102 | 113 | 0 | 4 | 370 | 132 | 74 |
| Binary | 1010100 | 111101 | 11110101 | 1000010 | 1001011 | 0 | 100 | 11111000 | 1011010 | 111100 |
Color Harmonies of #543DF5
Complementary color
Monochromatic Colors of #543DF5
Black with #543DF5
Text Example
Text Example
White with #543DF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #543DF5; }
p { color: rgb(84,61,245); }
H1.HeaderClassName
{
color: #543DF5;
}
.AnyTagClassName
{
color: #543DF5;
}
</style>
background-color css
<style>
a { background-color: #543DF5; }
a { background-color: rgb(84,61,245); }
div.DivClassName
{
background-color: #543DF5;
}
.BgClassName
{
background-color: #543DF5;
}
</style>
border-color css
<style>
span { border-color: #543DF5; }
span { border-color: rgb(84,61,245); }
td.TdClassName
{
border-color: #543DF5;
}
.TagClassName
{
border-color: #543DF5;
}
</style>