Shades of Neon Blue #5443ED
Tints of Neon Blue #5443ED
RGB
CMYK
RGB Variations
Color information
#5443ED (or 0x5443ED) is known color: Neon Blue. HEX triplet: 54, 43 and ED. RGB value is (84,67,237). Sum of RGB (Red+Green+Blue) = 84+67+237=388 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.65% from 388); Green value is 67 (26.56% from 255 or 17.27% from 388); Blue value is 237 (92.97% from 255 or 61.08% from 388); Max value from RGB is 237 - color contains mainly: blue. Hex color #5443ED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5443ED is #ABBC12. Grayscale: #5A5A5A. Windows color (decimal): -11254803 or 15549268. OLE color: 15549268.
HSL color Cylindrical-coordinate representation of color #5443ED: hue angle of 246º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5443ED is Cyan = 0.65, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 84 | 67 | 237 | - |
| CMYK | 0.65 | 0.72 | 0 | 0.07 |
| HSL | 246º | 0.83% | 0.6% | - |
| HSV(B) | 246º | 0.72% | 0.93% | - |
| XYZ | 20.95 | 12.01 | 81.34 | - |
| YUV | 91.46 | 210.13 | 122.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 67 | 237 | 0.65 | 0.72 | 0 | 0.07 | 246 | 0.83 | 0.6 |
| Hex | 54 | 43 | ED | 41 | 48 | 0 | 7 | F6 | 53 | 3C |
| Octal | 124 | 103 | 355 | 101 | 110 | 0 | 7 | 366 | 123 | 74 |
| Binary | 1010100 | 1000011 | 11101101 | 1000001 | 1001000 | 0 | 111 | 11110110 | 1010011 | 111100 |
Color Harmonies of #5443ED
Complementary color
Monochromatic Colors of #5443ED
Black with #5443ED
Text Example
Text Example
White with #5443ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5443ED; }
p { color: rgb(84,67,237); }
H1.HeaderClassName
{
color: #5443ED;
}
.AnyTagClassName
{
color: #5443ED;
}
</style>
background-color css
<style>
a { background-color: #5443ED; }
a { background-color: rgb(84,67,237); }
div.DivClassName
{
background-color: #5443ED;
}
.BgClassName
{
background-color: #5443ED;
}
</style>
border-color css
<style>
span { border-color: #5443ED; }
span { border-color: rgb(84,67,237); }
td.TdClassName
{
border-color: #5443ED;
}
.TagClassName
{
border-color: #5443ED;
}
</style>