Shades of Neon Blue #584EFF
Tints of Neon Blue #584EFF
RGB
CMYK
RGB Variations
Color information
#584EFF (or 0x584EFF) is known color: Neon Blue. HEX triplet: 58, 4E and FF. RGB value is (88,78,255). Sum of RGB (Red+Green+Blue) = 88+78+255=421 (55% of max value = 765). Red value is 88 (34.77% from 255 or 20.90% from 421); Green value is 78 (30.86% from 255 or 18.53% from 421); Blue value is 255 (100% from 255 or 60.57% from 421); Max value from RGB is 255 - color contains mainly: blue. Hex color #584EFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #584EFF is #A7B100. Grayscale: #646464. Windows color (decimal): -10989825 or 16731736. OLE color: 16731736.
HSL color Cylindrical-coordinate representation of color #584EFF: hue angle of 243.39º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #584EFF is Cyan = 0.65, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 88 | 78 | 255 | - |
| CMYK | 0.65 | 0.69 | 0 | 0 |
| HSL | 243.39º | 1% | 0.65% | - |
| HSV(B) | 243.39º | 0.69% | 1% | - |
| XYZ | 24.8 | 14.74 | 96.15 | - |
| YUV | 101.17 | 214.81 | 118.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 78 | 255 | 0.65 | 0.69 | 0 | 0 | 243.39 | 1 | 0.65 |
| Hex | 58 | 4E | FF | 41 | 45 | 0 | 0 | F3 | 64 | 41 |
| Octal | 130 | 116 | 377 | 101 | 105 | 0 | 0 | 363 | 144 | 101 |
| Binary | 1011000 | 1001110 | 11111111 | 1000001 | 1000101 | 0 | 0 | 11110011 | 1100100 | 1000001 |
Color Harmonies of #584EFF
Complementary color
Monochromatic Colors of #584EFF
Black with #584EFF
Text Example
Text Example
White with #584EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #584EFF; }
p { color: rgb(88,78,255); }
H1.HeaderClassName
{
color: #584EFF;
}
.AnyTagClassName
{
color: #584EFF;
}
</style>
background-color css
<style>
a { background-color: #584EFF; }
a { background-color: rgb(88,78,255); }
div.DivClassName
{
background-color: #584EFF;
}
.BgClassName
{
background-color: #584EFF;
}
</style>
border-color css
<style>
span { border-color: #584EFF; }
span { border-color: rgb(88,78,255); }
td.TdClassName
{
border-color: #584EFF;
}
.TagClassName
{
border-color: #584EFF;
}
</style>