Shades of Neon Blue #543FFB
Tints of Neon Blue #543FFB
RGB
CMYK
RGB Variations
Color information
#543FFB (or 0x543FFB) is known color: Neon Blue. HEX triplet: 54, 3F and FB. RGB value is (84,63,251). Sum of RGB (Red+Green+Blue) = 84+63+251=398 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21.11% from 398); Green value is 63 (25% from 255 or 15.83% from 398); Blue value is 251 (98.44% from 255 or 63.07% from 398); Max value from RGB is 251 - color contains mainly: blue. Hex color #543FFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #543FFB is #ABC004. Grayscale: #595959. Windows color (decimal): -11255813 or 16465748. OLE color: 16465748.
HSL color Cylindrical-coordinate representation of color #543FFB: hue angle of 246.7º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #543FFB is Cyan = 0.67, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 84 | 63 | 251 | - |
| CMYK | 0.67 | 0.75 | 0 | 0.02 |
| HSL | 246.7º | 0.96% | 0.62% | - |
| HSV(B) | 246.7º | 0.75% | 0.98% | - |
| XYZ | 22.85 | 12.4 | 92.46 | - |
| YUV | 90.71 | 218.46 | 123.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 63 | 251 | 0.67 | 0.75 | 0 | 0.02 | 246.7 | 0.96 | 0.62 |
| Hex | 54 | 3F | FB | 43 | 4B | 0 | 2 | F7 | 60 | 3E |
| Octal | 124 | 77 | 373 | 103 | 113 | 0 | 2 | 367 | 140 | 76 |
| Binary | 1010100 | 111111 | 11111011 | 1000011 | 1001011 | 0 | 10 | 11110111 | 1100000 | 111110 |
Color Harmonies of #543FFB
Complementary color
Monochromatic Colors of #543FFB
Black with #543FFB
Text Example
Text Example
White with #543FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #543FFB; }
p { color: rgb(84,63,251); }
H1.HeaderClassName
{
color: #543FFB;
}
.AnyTagClassName
{
color: #543FFB;
}
</style>
background-color css
<style>
a { background-color: #543FFB; }
a { background-color: rgb(84,63,251); }
div.DivClassName
{
background-color: #543FFB;
}
.BgClassName
{
background-color: #543FFB;
}
</style>
border-color css
<style>
span { border-color: #543FFB; }
span { border-color: rgb(84,63,251); }
td.TdClassName
{
border-color: #543FFB;
}
.TagClassName
{
border-color: #543FFB;
}
</style>