Shades of Neon Blue #544CE3
Tints of Neon Blue #544CE3
RGB
CMYK
RGB Variations
Color information
#544CE3 (or 0x544CE3) is known color: Neon Blue. HEX triplet: 54, 4C and E3. RGB value is (84,76,227). Sum of RGB (Red+Green+Blue) = 84+76+227=387 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.71% from 387); Green value is 76 (30.08% from 255 or 19.64% from 387); Blue value is 227 (89.06% from 255 or 58.66% from 387); Max value from RGB is 227 - color contains mainly: blue. Hex color #544CE3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #544CE3 is #ABB31C. Grayscale: #5F5F5F. Windows color (decimal): -11252509 or 14896212. OLE color: 14896212.
HSL color Cylindrical-coordinate representation of color #544CE3: hue angle of 243.18º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #544CE3 is Cyan = 0.63, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 84 | 76 | 227 | - |
| CMYK | 0.63 | 0.67 | 0 | 0.11 |
| HSL | 243.18º | 0.73% | 0.59% | - |
| HSV(B) | 243.18º | 0.67% | 0.89% | - |
| XYZ | 20.11 | 12.6 | 74.05 | - |
| YUV | 95.61 | 202.15 | 119.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 76 | 227 | 0.63 | 0.67 | 0 | 0.11 | 243.18 | 0.73 | 0.59 |
| Hex | 54 | 4C | E3 | 3F | 43 | 0 | B | F3 | 49 | 3B |
| Octal | 124 | 114 | 343 | 77 | 103 | 0 | 13 | 363 | 111 | 73 |
| Binary | 1010100 | 1001100 | 11100011 | 111111 | 1000011 | 0 | 1011 | 11110011 | 1001001 | 111011 |
Color Harmonies of #544CE3
Complementary color
Monochromatic Colors of #544CE3
Black with #544CE3
Text Example
Text Example
White with #544CE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544CE3; }
p { color: rgb(84,76,227); }
H1.HeaderClassName
{
color: #544CE3;
}
.AnyTagClassName
{
color: #544CE3;
}
</style>
background-color css
<style>
a { background-color: #544CE3; }
a { background-color: rgb(84,76,227); }
div.DivClassName
{
background-color: #544CE3;
}
.BgClassName
{
background-color: #544CE3;
}
</style>
border-color css
<style>
span { border-color: #544CE3; }
span { border-color: rgb(84,76,227); }
td.TdClassName
{
border-color: #544CE3;
}
.TagClassName
{
border-color: #544CE3;
}
</style>