Shades of Neon Blue #584AEA
Tints of Neon Blue #584AEA
RGB
CMYK
RGB Variations
Color information
#584AEA (or 0x584AEA) is known color: Neon Blue. HEX triplet: 58, 4A and EA. RGB value is (88,74,234). Sum of RGB (Red+Green+Blue) = 88+74+234=396 (52% of max value = 765). Red value is 88 (34.77% from 255 or 22.22% from 396); Green value is 74 (29.30% from 255 or 18.69% from 396); Blue value is 234 (91.80% from 255 or 59.09% from 396); Max value from RGB is 234 - color contains mainly: blue. Hex color #584AEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #584AEA is #A7B515. Grayscale: #5F5F5F. Windows color (decimal): -10990870 or 15354456. OLE color: 15354456.
HSL color Cylindrical-coordinate representation of color #584AEA: hue angle of 245.25º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #584AEA is Cyan = 0.62, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 88 | 74 | 234 | - |
| CMYK | 0.62 | 0.68 | 0 | 0.08 |
| HSL | 245.25º | 0.79% | 0.6% | - |
| HSV(B) | 245.25º | 0.68% | 0.92% | - |
| XYZ | 21.32 | 12.91 | 79.21 | - |
| YUV | 96.43 | 205.64 | 121.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 74 | 234 | 0.62 | 0.68 | 0 | 0.08 | 245.25 | 0.79 | 0.6 |
| Hex | 58 | 4A | EA | 3E | 44 | 0 | 8 | F5 | 4F | 3C |
| Octal | 130 | 112 | 352 | 76 | 104 | 0 | 10 | 365 | 117 | 74 |
| Binary | 1011000 | 1001010 | 11101010 | 111110 | 1000100 | 0 | 1000 | 11110101 | 1001111 | 111100 |
Color Harmonies of #584AEA
Complementary color
Monochromatic Colors of #584AEA
Black with #584AEA
Text Example
Text Example
White with #584AEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #584AEA; }
p { color: rgb(88,74,234); }
H1.HeaderClassName
{
color: #584AEA;
}
.AnyTagClassName
{
color: #584AEA;
}
</style>
background-color css
<style>
a { background-color: #584AEA; }
a { background-color: rgb(88,74,234); }
div.DivClassName
{
background-color: #584AEA;
}
.BgClassName
{
background-color: #584AEA;
}
</style>
border-color css
<style>
span { border-color: #584AEA; }
span { border-color: rgb(88,74,234); }
td.TdClassName
{
border-color: #584AEA;
}
.TagClassName
{
border-color: #584AEA;
}
</style>