Shades of Neon Blue #544CFD
Tints of Neon Blue #544CFD
RGB
CMYK
RGB Variations
Color information
#544CFD (or 0x544CFD) is known color: Neon Blue. HEX triplet: 54, 4C and FD. RGB value is (84,76,253). Sum of RGB (Red+Green+Blue) = 84+76+253=413 (54% of max value = 765). Red value is 84 (33.20% from 255 or 20.34% from 413); Green value is 76 (30.08% from 255 or 18.40% from 413); Blue value is 253 (99.22% from 255 or 61.26% from 413); Max value from RGB is 253 - color contains mainly: blue. Hex color #544CFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #544CFD is #ABB302. Grayscale: #616161. Windows color (decimal): -11252483 or 16600148. OLE color: 16600148.
HSL color Cylindrical-coordinate representation of color #544CFD: hue angle of 242.71º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #544CFD is Cyan = 0.67, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 84 | 76 | 253 | - |
| CMYK | 0.67 | 0.70 | 0 | 0.01 |
| HSL | 242.71º | 0.98% | 0.65% | - |
| HSV(B) | 242.71º | 0.7% | 0.99% | - |
| XYZ | 23.97 | 14.15 | 94.4 | - |
| YUV | 98.57 | 215.15 | 117.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 76 | 253 | 0.67 | 0.70 | 0 | 0.01 | 242.71 | 0.98 | 0.65 |
| Hex | 54 | 4C | FD | 43 | 46 | 0 | 1 | F3 | 62 | 41 |
| Octal | 124 | 114 | 375 | 103 | 106 | 0 | 1 | 363 | 142 | 101 |
| Binary | 1010100 | 1001100 | 11111101 | 1000011 | 1000110 | 0 | 1 | 11110011 | 1100010 | 1000001 |
Color Harmonies of #544CFD
Complementary color
Monochromatic Colors of #544CFD
Black with #544CFD
Text Example
Text Example
White with #544CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544CFD; }
p { color: rgb(84,76,253); }
H1.HeaderClassName
{
color: #544CFD;
}
.AnyTagClassName
{
color: #544CFD;
}
</style>
background-color css
<style>
a { background-color: #544CFD; }
a { background-color: rgb(84,76,253); }
div.DivClassName
{
background-color: #544CFD;
}
.BgClassName
{
background-color: #544CFD;
}
</style>
border-color css
<style>
span { border-color: #544CFD; }
span { border-color: rgb(84,76,253); }
td.TdClassName
{
border-color: #544CFD;
}
.TagClassName
{
border-color: #544CFD;
}
</style>