Shades of Neon Blue #584DFF
Tints of Neon Blue #584DFF
RGB
CMYK
RGB Variations
Color information
#584DFF (or 0x584DFF) is known color: Neon Blue. HEX triplet: 58, 4D and FF. RGB value is (88,77,255). Sum of RGB (Red+Green+Blue) = 88+77+255=420 (55% of max value = 765). Red value is 88 (34.77% from 255 or 20.95% from 420); Green value is 77 (30.47% from 255 or 18.33% from 420); Blue value is 255 (100% from 255 or 60.71% from 420); Max value from RGB is 255 - color contains mainly: blue. Hex color #584DFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #584DFF is #A7B200. Grayscale: #636363. Windows color (decimal): -10990081 or 16731480. OLE color: 16731480.
HSL color Cylindrical-coordinate representation of color #584DFF: hue angle of 243.71º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #584DFF is Cyan = 0.65, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 88 | 77 | 255 | - |
| CMYK | 0.65 | 0.70 | 0 | 0 |
| HSL | 243.71º | 1% | 0.65% | - |
| HSV(B) | 243.71º | 0.7% | 1% | - |
| XYZ | 24.73 | 14.6 | 96.12 | - |
| YUV | 100.58 | 215.14 | 119.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 77 | 255 | 0.65 | 0.70 | 0 | 0 | 243.71 | 1 | 0.65 |
| Hex | 58 | 4D | FF | 41 | 46 | 0 | 0 | F4 | 64 | 41 |
| Octal | 130 | 115 | 377 | 101 | 106 | 0 | 0 | 364 | 144 | 101 |
| Binary | 1011000 | 1001101 | 11111111 | 1000001 | 1000110 | 0 | 0 | 11110100 | 1100100 | 1000001 |
Color Harmonies of #584DFF
Complementary color
Monochromatic Colors of #584DFF
Black with #584DFF
Text Example
Text Example
White with #584DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #584DFF; }
p { color: rgb(88,77,255); }
H1.HeaderClassName
{
color: #584DFF;
}
.AnyTagClassName
{
color: #584DFF;
}
</style>
background-color css
<style>
a { background-color: #584DFF; }
a { background-color: rgb(88,77,255); }
div.DivClassName
{
background-color: #584DFF;
}
.BgClassName
{
background-color: #584DFF;
}
</style>
border-color css
<style>
span { border-color: #584DFF; }
span { border-color: rgb(88,77,255); }
td.TdClassName
{
border-color: #584DFF;
}
.TagClassName
{
border-color: #584DFF;
}
</style>