Shades of Neon Blue #584EED
Tints of Neon Blue #584EED
RGB
CMYK
RGB Variations
Color information
#584EED (or 0x584EED) is known color: Neon Blue. HEX triplet: 58, 4E and ED. RGB value is (88,78,237). Sum of RGB (Red+Green+Blue) = 88+78+237=403 (53% of max value = 765). Red value is 88 (34.77% from 255 or 21.84% from 403); Green value is 78 (30.86% from 255 or 19.35% from 403); Blue value is 237 (92.97% from 255 or 58.81% from 403); Max value from RGB is 237 - color contains mainly: blue. Hex color #584EED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #584EED is #A7B112. Grayscale: #626262. Windows color (decimal): -10989843 or 15552088. OLE color: 15552088.
HSL color Cylindrical-coordinate representation of color #584EED: hue angle of 243.77º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #584EED is Cyan = 0.63, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 88 | 78 | 237 | - |
| CMYK | 0.63 | 0.67 | 0 | 0.07 |
| HSL | 243.77º | 0.82% | 0.62% | - |
| HSV(B) | 243.77º | 0.67% | 0.93% | - |
| XYZ | 22.03 | 13.64 | 81.59 | - |
| YUV | 99.12 | 205.81 | 120.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 78 | 237 | 0.63 | 0.67 | 0 | 0.07 | 243.77 | 0.82 | 0.62 |
| Hex | 58 | 4E | ED | 3F | 43 | 0 | 7 | F4 | 52 | 3E |
| Octal | 130 | 116 | 355 | 77 | 103 | 0 | 7 | 364 | 122 | 76 |
| Binary | 1011000 | 1001110 | 11101101 | 111111 | 1000011 | 0 | 111 | 11110100 | 1010010 | 111110 |
Color Harmonies of #584EED
Complementary color
Monochromatic Colors of #584EED
Black with #584EED
Text Example
Text Example
White with #584EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #584EED; }
p { color: rgb(88,78,237); }
H1.HeaderClassName
{
color: #584EED;
}
.AnyTagClassName
{
color: #584EED;
}
</style>
background-color css
<style>
a { background-color: #584EED; }
a { background-color: rgb(88,78,237); }
div.DivClassName
{
background-color: #584EED;
}
.BgClassName
{
background-color: #584EED;
}
</style>
border-color css
<style>
span { border-color: #584EED; }
span { border-color: rgb(88,78,237); }
td.TdClassName
{
border-color: #584EED;
}
.TagClassName
{
border-color: #584EED;
}
</style>