Shades of Neon Blue #584EE5
Tints of Neon Blue #584EE5
RGB
CMYK
RGB Variations
Color information
#584EE5 (or 0x584EE5) is known color: Neon Blue. HEX triplet: 58, 4E and E5. RGB value is (88,78,229). Sum of RGB (Red+Green+Blue) = 88+78+229=395 (52% of max value = 765). Red value is 88 (34.77% from 255 or 22.28% from 395); Green value is 78 (30.86% from 255 or 19.75% from 395); Blue value is 229 (89.84% from 255 or 57.97% from 395); Max value from RGB is 229 - color contains mainly: blue. Hex color #584EE5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #584EE5 is #A7B11A. Grayscale: #616161. Windows color (decimal): -10989851 or 15027800. OLE color: 15027800.
HSL color Cylindrical-coordinate representation of color #584EE5: hue angle of 243.97º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #584EE5 is Cyan = 0.62, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 88 | 78 | 229 | - |
| CMYK | 0.62 | 0.66 | 0 | 0.10 |
| HSL | 243.97º | 0.74% | 0.6% | - |
| HSV(B) | 243.97º | 0.66% | 0.9% | - |
| XYZ | 20.89 | 13.18 | 75.57 | - |
| YUV | 98.2 | 201.81 | 120.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 78 | 229 | 0.62 | 0.66 | 0 | 0.10 | 243.97 | 0.74 | 0.6 |
| Hex | 58 | 4E | E5 | 3E | 42 | 0 | A | F4 | 4A | 3C |
| Octal | 130 | 116 | 345 | 76 | 102 | 0 | 12 | 364 | 112 | 74 |
| Binary | 1011000 | 1001110 | 11100101 | 111110 | 1000010 | 0 | 1010 | 11110100 | 1001010 | 111100 |
Color Harmonies of #584EE5
Complementary color
Monochromatic Colors of #584EE5
Black with #584EE5
Text Example
Text Example
White with #584EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #584EE5; }
p { color: rgb(88,78,229); }
H1.HeaderClassName
{
color: #584EE5;
}
.AnyTagClassName
{
color: #584EE5;
}
</style>
background-color css
<style>
a { background-color: #584EE5; }
a { background-color: rgb(88,78,229); }
div.DivClassName
{
background-color: #584EE5;
}
.BgClassName
{
background-color: #584EE5;
}
</style>
border-color css
<style>
span { border-color: #584EE5; }
span { border-color: rgb(88,78,229); }
td.TdClassName
{
border-color: #584EE5;
}
.TagClassName
{
border-color: #584EE5;
}
</style>