Shades of Neon Blue #584DFC
Tints of Neon Blue #584DFC
RGB
CMYK
RGB Variations
Color information
#584DFC (or 0x584DFC) is known color: Neon Blue. HEX triplet: 58, 4D and FC. RGB value is (88,77,252). Sum of RGB (Red+Green+Blue) = 88+77+252=417 (55% of max value = 765). Red value is 88 (34.77% from 255 or 21.10% from 417); Green value is 77 (30.47% from 255 or 18.47% from 417); Blue value is 252 (98.83% from 255 or 60.43% from 417); Max value from RGB is 252 - color contains mainly: blue. Hex color #584DFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #584DFC is #A7B203. Grayscale: #636363. Windows color (decimal): -10990084 or 16534872. OLE color: 16534872.
HSL color Cylindrical-coordinate representation of color #584DFC: hue angle of 243.77º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #584DFC is Cyan = 0.65, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 88 | 77 | 252 | - |
| CMYK | 0.65 | 0.69 | 0 | 0.01 |
| HSL | 243.77º | 0.97% | 0.65% | - |
| HSV(B) | 243.77º | 0.69% | 0.99% | - |
| XYZ | 24.25 | 14.41 | 93.6 | - |
| YUV | 100.24 | 213.64 | 119.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 77 | 252 | 0.65 | 0.69 | 0 | 0.01 | 243.77 | 0.97 | 0.65 |
| Hex | 58 | 4D | FC | 41 | 45 | 0 | 1 | F4 | 61 | 41 |
| Octal | 130 | 115 | 374 | 101 | 105 | 0 | 1 | 364 | 141 | 101 |
| Binary | 1011000 | 1001101 | 11111100 | 1000001 | 1000101 | 0 | 1 | 11110100 | 1100001 | 1000001 |
Color Harmonies of #584DFC
Complementary color
Monochromatic Colors of #584DFC
Black with #584DFC
Text Example
Text Example
White with #584DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #584DFC; }
p { color: rgb(88,77,252); }
H1.HeaderClassName
{
color: #584DFC;
}
.AnyTagClassName
{
color: #584DFC;
}
</style>
background-color css
<style>
a { background-color: #584DFC; }
a { background-color: rgb(88,77,252); }
div.DivClassName
{
background-color: #584DFC;
}
.BgClassName
{
background-color: #584DFC;
}
</style>
border-color css
<style>
span { border-color: #584DFC; }
span { border-color: rgb(88,77,252); }
td.TdClassName
{
border-color: #584DFC;
}
.TagClassName
{
border-color: #584DFC;
}
</style>