Shades of Neon Blue #584CEA
Tints of Neon Blue #584CEA
RGB
CMYK
RGB Variations
Color information
#584CEA (or 0x584CEA) is known color: Neon Blue. HEX triplet: 58, 4C and EA. RGB value is (88,76,234). Sum of RGB (Red+Green+Blue) = 88+76+234=398 (52% of max value = 765). Red value is 88 (34.77% from 255 or 22.11% from 398); Green value is 76 (30.08% from 255 or 19.10% from 398); Blue value is 234 (91.80% from 255 or 58.79% from 398); Max value from RGB is 234 - color contains mainly: blue. Hex color #584CEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #584CEA is #A7B315. Grayscale: #606060. Windows color (decimal): -10990358 or 15354968. OLE color: 15354968.
HSL color Cylindrical-coordinate representation of color #584CEA: hue angle of 244.56º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #584CEA is Cyan = 0.62, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 88 | 76 | 234 | - |
| CMYK | 0.62 | 0.68 | 0 | 0.08 |
| HSL | 244.56º | 0.79% | 0.61% | - |
| HSV(B) | 244.56º | 0.68% | 0.92% | - |
| XYZ | 21.46 | 13.18 | 79.26 | - |
| YUV | 97.6 | 204.98 | 121.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 76 | 234 | 0.62 | 0.68 | 0 | 0.08 | 244.56 | 0.79 | 0.61 |
| Hex | 58 | 4C | EA | 3E | 44 | 0 | 8 | F5 | 4F | 3D |
| Octal | 130 | 114 | 352 | 76 | 104 | 0 | 10 | 365 | 117 | 75 |
| Binary | 1011000 | 1001100 | 11101010 | 111110 | 1000100 | 0 | 1000 | 11110101 | 1001111 | 111101 |
Color Harmonies of #584CEA
Complementary color
Monochromatic Colors of #584CEA
Black with #584CEA
Text Example
Text Example
White with #584CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #584CEA; }
p { color: rgb(88,76,234); }
H1.HeaderClassName
{
color: #584CEA;
}
.AnyTagClassName
{
color: #584CEA;
}
</style>
background-color css
<style>
a { background-color: #584CEA; }
a { background-color: rgb(88,76,234); }
div.DivClassName
{
background-color: #584CEA;
}
.BgClassName
{
background-color: #584CEA;
}
</style>
border-color css
<style>
span { border-color: #584CEA; }
span { border-color: rgb(88,76,234); }
td.TdClassName
{
border-color: #584CEA;
}
.TagClassName
{
border-color: #584CEA;
}
</style>