Shades of Neon Blue #584DEC
Tints of Neon Blue #584DEC
RGB
CMYK
RGB Variations
Color information
#584DEC (or 0x584DEC) is known color: Neon Blue. HEX triplet: 58, 4D and EC. RGB value is (88,77,236). Sum of RGB (Red+Green+Blue) = 88+77+236=401 (53% of max value = 765). Red value is 88 (34.77% from 255 or 21.95% from 401); Green value is 77 (30.47% from 255 or 19.20% from 401); Blue value is 236 (92.58% from 255 or 58.85% from 401); Max value from RGB is 236 - color contains mainly: blue. Hex color #584DEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #584DEC is #A7B213. Grayscale: #616161. Windows color (decimal): -10990100 or 15486296. OLE color: 15486296.
HSL color Cylindrical-coordinate representation of color #584DEC: hue angle of 244.15º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #584DEC is Cyan = 0.63, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 88 | 77 | 236 | - |
| CMYK | 0.63 | 0.67 | 0 | 0.07 |
| HSL | 244.15º | 0.81% | 0.61% | - |
| HSV(B) | 244.15º | 0.67% | 0.93% | - |
| XYZ | 21.82 | 13.44 | 80.8 | - |
| YUV | 98.42 | 205.64 | 120.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 77 | 236 | 0.63 | 0.67 | 0 | 0.07 | 244.15 | 0.81 | 0.61 |
| Hex | 58 | 4D | EC | 3F | 43 | 0 | 7 | F4 | 51 | 3D |
| Octal | 130 | 115 | 354 | 77 | 103 | 0 | 7 | 364 | 121 | 75 |
| Binary | 1011000 | 1001101 | 11101100 | 111111 | 1000011 | 0 | 111 | 11110100 | 1010001 | 111101 |
Color Harmonies of #584DEC
Complementary color
Monochromatic Colors of #584DEC
Black with #584DEC
Text Example
Text Example
White with #584DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #584DEC; }
p { color: rgb(88,77,236); }
H1.HeaderClassName
{
color: #584DEC;
}
.AnyTagClassName
{
color: #584DEC;
}
</style>
background-color css
<style>
a { background-color: #584DEC; }
a { background-color: rgb(88,77,236); }
div.DivClassName
{
background-color: #584DEC;
}
.BgClassName
{
background-color: #584DEC;
}
</style>
border-color css
<style>
span { border-color: #584DEC; }
span { border-color: rgb(88,77,236); }
td.TdClassName
{
border-color: #584DEC;
}
.TagClassName
{
border-color: #584DEC;
}
</style>