Shades of Neon Blue #544DFF
Tints of Neon Blue #544DFF
RGB
CMYK
RGB Variations
Color information
#544DFF (or 0x544DFF) is known color: Neon Blue. HEX triplet: 54, 4D and FF. RGB value is (84,77,255). Sum of RGB (Red+Green+Blue) = 84+77+255=416 (55% of max value = 765). Red value is 84 (33.20% from 255 or 20.19% from 416); Green value is 77 (30.47% from 255 or 18.51% from 416); Blue value is 255 (100% from 255 or 61.30% from 416); Max value from RGB is 255 - color contains mainly: blue. Hex color #544DFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #544DFF is #ABB200. Grayscale: #626262. Windows color (decimal): -11252225 or 16731476. OLE color: 16731476.
HSL color Cylindrical-coordinate representation of color #544DFF: hue angle of 242.36º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #544DFF is Cyan = 0.67, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 84 | 77 | 255 | - |
| CMYK | 0.67 | 0.70 | 0 | 0 |
| HSL | 242.36º | 1% | 0.65% | - |
| HSV(B) | 242.36º | 0.7% | 1% | - |
| XYZ | 24.36 | 14.41 | 96.11 | - |
| YUV | 99.39 | 215.82 | 117.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 77 | 255 | 0.67 | 0.70 | 0 | 0 | 242.36 | 1 | 0.65 |
| Hex | 54 | 4D | FF | 43 | 46 | 0 | 0 | F2 | 64 | 41 |
| Octal | 124 | 115 | 377 | 103 | 106 | 0 | 0 | 362 | 144 | 101 |
| Binary | 1010100 | 1001101 | 11111111 | 1000011 | 1000110 | 0 | 0 | 11110010 | 1100100 | 1000001 |
Color Harmonies of #544DFF
Complementary color
Monochromatic Colors of #544DFF
Black with #544DFF
Text Example
Text Example
White with #544DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544DFF; }
p { color: rgb(84,77,255); }
H1.HeaderClassName
{
color: #544DFF;
}
.AnyTagClassName
{
color: #544DFF;
}
</style>
background-color css
<style>
a { background-color: #544DFF; }
a { background-color: rgb(84,77,255); }
div.DivClassName
{
background-color: #544DFF;
}
.BgClassName
{
background-color: #544DFF;
}
</style>
border-color css
<style>
span { border-color: #544DFF; }
span { border-color: rgb(84,77,255); }
td.TdClassName
{
border-color: #544DFF;
}
.TagClassName
{
border-color: #544DFF;
}
</style>