Shades of Neon Blue #584DFB
Tints of Neon Blue #584DFB
RGB
CMYK
RGB Variations
Color information
#584DFB (or 0x584DFB) is known color: Neon Blue. HEX triplet: 58, 4D and FB. RGB value is (88,77,251). Sum of RGB (Red+Green+Blue) = 88+77+251=416 (55% of max value = 765). Red value is 88 (34.77% from 255 or 21.15% from 416); Green value is 77 (30.47% from 255 or 18.51% from 416); Blue value is 251 (98.44% from 255 or 60.34% from 416); Max value from RGB is 251 - color contains mainly: blue. Hex color #584DFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #584DFB is #A7B204. Grayscale: #636363. Windows color (decimal): -10990085 or 16469336. OLE color: 16469336.
HSL color Cylindrical-coordinate representation of color #584DFB: hue angle of 243.79º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #584DFB is Cyan = 0.65, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 88 | 77 | 251 | - |
| CMYK | 0.65 | 0.69 | 0 | 0.02 |
| HSL | 243.79º | 0.96% | 0.64% | - |
| HSV(B) | 243.79º | 0.69% | 0.98% | - |
| XYZ | 24.09 | 14.35 | 92.77 | - |
| YUV | 100.13 | 213.14 | 119.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 77 | 251 | 0.65 | 0.69 | 0 | 0.02 | 243.79 | 0.96 | 0.64 |
| Hex | 58 | 4D | FB | 41 | 45 | 0 | 2 | F4 | 60 | 40 |
| Octal | 130 | 115 | 373 | 101 | 105 | 0 | 2 | 364 | 140 | 100 |
| Binary | 1011000 | 1001101 | 11111011 | 1000001 | 1000101 | 0 | 10 | 11110100 | 1100000 | 1000000 |
Color Harmonies of #584DFB
Complementary color
Monochromatic Colors of #584DFB
Black with #584DFB
Text Example
Text Example
White with #584DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #584DFB; }
p { color: rgb(88,77,251); }
H1.HeaderClassName
{
color: #584DFB;
}
.AnyTagClassName
{
color: #584DFB;
}
</style>
background-color css
<style>
a { background-color: #584DFB; }
a { background-color: rgb(88,77,251); }
div.DivClassName
{
background-color: #584DFB;
}
.BgClassName
{
background-color: #584DFB;
}
</style>
border-color css
<style>
span { border-color: #584DFB; }
span { border-color: rgb(88,77,251); }
td.TdClassName
{
border-color: #584DFB;
}
.TagClassName
{
border-color: #584DFB;
}
</style>