Shades of Neon Blue #544DFC
Tints of Neon Blue #544DFC
RGB
CMYK
RGB Variations
Color information
#544DFC (or 0x544DFC) is known color: Neon Blue. HEX triplet: 54, 4D and FC. RGB value is (84,77,252). Sum of RGB (Red+Green+Blue) = 84+77+252=413 (54% of max value = 765). Red value is 84 (33.20% from 255 or 20.34% from 413); Green value is 77 (30.47% from 255 or 18.64% from 413); Blue value is 252 (98.83% from 255 or 61.02% from 413); Max value from RGB is 252 - color contains mainly: blue. Hex color #544DFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #544DFC is #ABB203. Grayscale: #626262. Windows color (decimal): -11252228 or 16534868. OLE color: 16534868.
HSL color Cylindrical-coordinate representation of color #544DFC: hue angle of 242.4º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #544DFC is Cyan = 0.67, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 84 | 77 | 252 | - |
| CMYK | 0.67 | 0.69 | 0 | 0.01 |
| HSL | 242.4º | 0.97% | 0.65% | - |
| HSV(B) | 242.4º | 0.69% | 0.99% | - |
| XYZ | 23.88 | 14.22 | 93.58 | - |
| YUV | 99.04 | 214.32 | 117.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 77 | 252 | 0.67 | 0.69 | 0 | 0.01 | 242.4 | 0.97 | 0.65 |
| Hex | 54 | 4D | FC | 43 | 45 | 0 | 1 | F2 | 61 | 41 |
| Octal | 124 | 115 | 374 | 103 | 105 | 0 | 1 | 362 | 141 | 101 |
| Binary | 1010100 | 1001101 | 11111100 | 1000011 | 1000101 | 0 | 1 | 11110010 | 1100001 | 1000001 |
Color Harmonies of #544DFC
Complementary color
Monochromatic Colors of #544DFC
Black with #544DFC
Text Example
Text Example
White with #544DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544DFC; }
p { color: rgb(84,77,252); }
H1.HeaderClassName
{
color: #544DFC;
}
.AnyTagClassName
{
color: #544DFC;
}
</style>
background-color css
<style>
a { background-color: #544DFC; }
a { background-color: rgb(84,77,252); }
div.DivClassName
{
background-color: #544DFC;
}
.BgClassName
{
background-color: #544DFC;
}
</style>
border-color css
<style>
span { border-color: #544DFC; }
span { border-color: rgb(84,77,252); }
td.TdClassName
{
border-color: #544DFC;
}
.TagClassName
{
border-color: #544DFC;
}
</style>