Shades of Neon Blue #544AFE
Tints of Neon Blue #544AFE
RGB
CMYK
RGB Variations
Color information
#544AFE (or 0x544AFE) is known color: Neon Blue. HEX triplet: 54, 4A and FE. RGB value is (84,74,254). Sum of RGB (Red+Green+Blue) = 84+74+254=412 (54% of max value = 765). Red value is 84 (33.20% from 255 or 20.39% from 412); Green value is 74 (29.30% from 255 or 17.96% from 412); Blue value is 254 (99.61% from 255 or 61.65% from 412); Max value from RGB is 254 - color contains mainly: blue. Hex color #544AFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #544AFE is #ABB501. Grayscale: #606060. Windows color (decimal): -11252994 or 16665172. OLE color: 16665172.
HSL color Cylindrical-coordinate representation of color #544AFE: hue angle of 243.33º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #544AFE is Cyan = 0.67, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 84 | 74 | 254 | - |
| CMYK | 0.67 | 0.71 | 0 | 0.00 |
| HSL | 243.33º | 0.99% | 0.64% | - |
| HSV(B) | 243.33º | 0.71% | 1% | - |
| XYZ | 23.99 | 13.94 | 95.19 | - |
| YUV | 97.51 | 216.31 | 118.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 74 | 254 | 0.67 | 0.71 | 0 | 0.00 | 243.33 | 0.99 | 0.64 |
| Hex | 54 | 4A | FE | 43 | 47 | 0 | 0 | F3 | 63 | 40 |
| Octal | 124 | 112 | 376 | 103 | 107 | 0 | 0 | 363 | 143 | 100 |
| Binary | 1010100 | 1001010 | 11111110 | 1000011 | 1000111 | 0 | 0 | 11110011 | 1100011 | 1000000 |
Color Harmonies of #544AFE
Complementary color
Monochromatic Colors of #544AFE
Black with #544AFE
Text Example
Text Example
White with #544AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544AFE; }
p { color: rgb(84,74,254); }
H1.HeaderClassName
{
color: #544AFE;
}
.AnyTagClassName
{
color: #544AFE;
}
</style>
background-color css
<style>
a { background-color: #544AFE; }
a { background-color: rgb(84,74,254); }
div.DivClassName
{
background-color: #544AFE;
}
.BgClassName
{
background-color: #544AFE;
}
</style>
border-color css
<style>
span { border-color: #544AFE; }
span { border-color: rgb(84,74,254); }
td.TdClassName
{
border-color: #544AFE;
}
.TagClassName
{
border-color: #544AFE;
}
</style>