Shades of Neon Blue #543DFB
Tints of Neon Blue #543DFB
RGB
CMYK
RGB Variations
Color information
#543DFB (or 0x543DFB) is known color: Neon Blue. HEX triplet: 54, 3D and FB. RGB value is (84,61,251). Sum of RGB (Red+Green+Blue) = 84+61+251=396 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21.21% from 396); Green value is 61 (24.22% from 255 or 15.40% from 396); Blue value is 251 (98.44% from 255 or 63.38% from 396); Max value from RGB is 251 - color contains mainly: blue. Hex color #543DFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #543DFB is #ABC204. Grayscale: #585858. Windows color (decimal): -11256325 or 16465236. OLE color: 16465236.
HSL color Cylindrical-coordinate representation of color #543DFB: hue angle of 247.26º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #543DFB is Cyan = 0.67, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 84 | 61 | 251 | - |
| CMYK | 0.67 | 0.76 | 0 | 0.02 |
| HSL | 247.26º | 0.96% | 0.61% | - |
| HSV(B) | 247.26º | 0.76% | 0.98% | - |
| XYZ | 22.74 | 12.19 | 92.42 | - |
| YUV | 89.54 | 219.12 | 124.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 61 | 251 | 0.67 | 0.76 | 0 | 0.02 | 247.26 | 0.96 | 0.61 |
| Hex | 54 | 3D | FB | 43 | 4C | 0 | 2 | F7 | 60 | 3D |
| Octal | 124 | 75 | 373 | 103 | 114 | 0 | 2 | 367 | 140 | 75 |
| Binary | 1010100 | 111101 | 11111011 | 1000011 | 1001100 | 0 | 10 | 11110111 | 1100000 | 111101 |
Color Harmonies of #543DFB
Complementary color
Monochromatic Colors of #543DFB
Black with #543DFB
Text Example
Text Example
White with #543DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #543DFB; }
p { color: rgb(84,61,251); }
H1.HeaderClassName
{
color: #543DFB;
}
.AnyTagClassName
{
color: #543DFB;
}
</style>
background-color css
<style>
a { background-color: #543DFB; }
a { background-color: rgb(84,61,251); }
div.DivClassName
{
background-color: #543DFB;
}
.BgClassName
{
background-color: #543DFB;
}
</style>
border-color css
<style>
span { border-color: #543DFB; }
span { border-color: rgb(84,61,251); }
td.TdClassName
{
border-color: #543DFB;
}
.TagClassName
{
border-color: #543DFB;
}
</style>