Shades of Neon Blue #5441DE
Tints of Neon Blue #5441DE
RGB
CMYK
RGB Variations
Color information
#5441DE (or 0x5441DE) is known color: Neon Blue. HEX triplet: 54, 41 and DE. RGB value is (84,65,222). Sum of RGB (Red+Green+Blue) = 84+65+222=371 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.64% from 371); Green value is 65 (25.78% from 255 or 17.52% from 371); Blue value is 222 (87.11% from 255 or 59.84% from 371); Max value from RGB is 222 - color contains mainly: blue. Hex color #5441DE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5441DE is #ABBE21. Grayscale: #575757. Windows color (decimal): -11255330 or 14565716. OLE color: 14565716.
HSL color Cylindrical-coordinate representation of color #5441DE: hue angle of 247.26º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5441DE is Cyan = 0.62, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 84 | 65 | 222 | - |
| CMYK | 0.62 | 0.71 | 0 | 0.13 |
| HSL | 247.26º | 0.7% | 0.56% | - |
| HSV(B) | 247.26º | 0.71% | 0.87% | - |
| XYZ | 18.73 | 10.94 | 70.23 | - |
| YUV | 88.58 | 203.29 | 124.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 65 | 222 | 0.62 | 0.71 | 0 | 0.13 | 247.26 | 0.7 | 0.56 |
| Hex | 54 | 41 | DE | 3E | 47 | 0 | D | F7 | 46 | 38 |
| Octal | 124 | 101 | 336 | 76 | 107 | 0 | 15 | 367 | 106 | 70 |
| Binary | 1010100 | 1000001 | 11011110 | 111110 | 1000111 | 0 | 1101 | 11110111 | 1000110 | 111000 |
Color Harmonies of #5441DE
Complementary color
Monochromatic Colors of #5441DE
Black with #5441DE
Text Example
Text Example
White with #5441DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5441DE; }
p { color: rgb(84,65,222); }
H1.HeaderClassName
{
color: #5441DE;
}
.AnyTagClassName
{
color: #5441DE;
}
</style>
background-color css
<style>
a { background-color: #5441DE; }
a { background-color: rgb(84,65,222); }
div.DivClassName
{
background-color: #5441DE;
}
.BgClassName
{
background-color: #5441DE;
}
</style>
border-color css
<style>
span { border-color: #5441DE; }
span { border-color: rgb(84,65,222); }
td.TdClassName
{
border-color: #5441DE;
}
.TagClassName
{
border-color: #5441DE;
}
</style>