Shades of Neon Blue #584AFE
Tints of Neon Blue #584AFE
RGB
CMYK
RGB Variations
Color information
#584AFE (or 0x584AFE) is known color: Neon Blue. HEX triplet: 58, 4A and FE. RGB value is (88,74,254). Sum of RGB (Red+Green+Blue) = 88+74+254=416 (55% of max value = 765). Red value is 88 (34.77% from 255 or 21.15% from 416); Green value is 74 (29.30% from 255 or 17.79% from 416); Blue value is 254 (99.61% from 255 or 61.06% from 416); Max value from RGB is 254 - color contains mainly: blue. Hex color #584AFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #584AFE is #A7B501. Grayscale: #626262. Windows color (decimal): -10990850 or 16665176. OLE color: 16665176.
HSL color Cylindrical-coordinate representation of color #584AFE: hue angle of 244.67º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #584AFE is Cyan = 0.65, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 88 | 74 | 254 | - |
| CMYK | 0.65 | 0.71 | 0 | 0.00 |
| HSL | 244.67º | 0.99% | 0.64% | - |
| HSV(B) | 244.67º | 0.71% | 1% | - |
| XYZ | 24.36 | 14.13 | 95.21 | - |
| YUV | 98.71 | 215.64 | 120.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 74 | 254 | 0.65 | 0.71 | 0 | 0.00 | 244.67 | 0.99 | 0.64 |
| Hex | 58 | 4A | FE | 41 | 47 | 0 | 0 | F5 | 63 | 40 |
| Octal | 130 | 112 | 376 | 101 | 107 | 0 | 0 | 365 | 143 | 100 |
| Binary | 1011000 | 1001010 | 11111110 | 1000001 | 1000111 | 0 | 0 | 11110101 | 1100011 | 1000000 |
Color Harmonies of #584AFE
Complementary color
Monochromatic Colors of #584AFE
Black with #584AFE
Text Example
Text Example
White with #584AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #584AFE; }
p { color: rgb(88,74,254); }
H1.HeaderClassName
{
color: #584AFE;
}
.AnyTagClassName
{
color: #584AFE;
}
</style>
background-color css
<style>
a { background-color: #584AFE; }
a { background-color: rgb(88,74,254); }
div.DivClassName
{
background-color: #584AFE;
}
.BgClassName
{
background-color: #584AFE;
}
</style>
border-color css
<style>
span { border-color: #584AFE; }
span { border-color: rgb(88,74,254); }
td.TdClassName
{
border-color: #584AFE;
}
.TagClassName
{
border-color: #584AFE;
}
</style>