Shades of Neon Blue #5442ED
Tints of Neon Blue #5442ED
RGB
CMYK
RGB Variations
Color information
#5442ED (or 0x5442ED) is known color: Neon Blue. HEX triplet: 54, 42 and ED. RGB value is (84,66,237). Sum of RGB (Red+Green+Blue) = 84+66+237=387 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.71% from 387); Green value is 66 (26.17% from 255 or 17.05% from 387); Blue value is 237 (92.97% from 255 or 61.24% from 387); Max value from RGB is 237 - color contains mainly: blue. Hex color #5442ED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5442ED is #ABBD12. Grayscale: #5A5A5A. Windows color (decimal): -11255059 or 15549012. OLE color: 15549012.
HSL color Cylindrical-coordinate representation of color #5442ED: hue angle of 246.32º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5442ED is Cyan = 0.65, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 84 | 66 | 237 | - |
| CMYK | 0.65 | 0.72 | 0 | 0.07 |
| HSL | 246.32º | 0.83% | 0.59% | - |
| HSV(B) | 246.32º | 0.72% | 0.93% | - |
| XYZ | 20.89 | 11.9 | 81.32 | - |
| YUV | 90.88 | 210.46 | 123.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 66 | 237 | 0.65 | 0.72 | 0 | 0.07 | 246.32 | 0.83 | 0.59 |
| Hex | 54 | 42 | ED | 41 | 48 | 0 | 7 | F6 | 53 | 3B |
| Octal | 124 | 102 | 355 | 101 | 110 | 0 | 7 | 366 | 123 | 73 |
| Binary | 1010100 | 1000010 | 11101101 | 1000001 | 1001000 | 0 | 111 | 11110110 | 1010011 | 111011 |
Color Harmonies of #5442ED
Complementary color
Monochromatic Colors of #5442ED
Black with #5442ED
Text Example
Text Example
White with #5442ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5442ED; }
p { color: rgb(84,66,237); }
H1.HeaderClassName
{
color: #5442ED;
}
.AnyTagClassName
{
color: #5442ED;
}
</style>
background-color css
<style>
a { background-color: #5442ED; }
a { background-color: rgb(84,66,237); }
div.DivClassName
{
background-color: #5442ED;
}
.BgClassName
{
background-color: #5442ED;
}
</style>
border-color css
<style>
span { border-color: #5442ED; }
span { border-color: rgb(84,66,237); }
td.TdClassName
{
border-color: #5442ED;
}
.TagClassName
{
border-color: #5442ED;
}
</style>