Shades of Neon Blue #585EF1
Tints of Neon Blue #585EF1
RGB
CMYK
RGB Variations
Color information
#585EF1 (or 0x585EF1) is known color: Neon Blue. HEX triplet: 58, 5E and F1. RGB value is (88,94,241). Sum of RGB (Red+Green+Blue) = 88+94+241=423 (56% of max value = 765). Red value is 88 (34.77% from 255 or 20.80% from 423); Green value is 94 (37.11% from 255 or 22.22% from 423); Blue value is 241 (94.53% from 255 or 56.97% from 423); Max value from RGB is 241 - color contains mainly: blue. Hex color #585EF1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #585EF1 is #A7A10E. Grayscale: #6C6C6C. Windows color (decimal): -10985743 or 15818328. OLE color: 15818328.
HSL color Cylindrical-coordinate representation of color #585EF1: hue angle of 237.65º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #585EF1 is Cyan = 0.63, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 88 | 94 | 241 | - |
| CMYK | 0.63 | 0.61 | 0 | 0.05 |
| HSL | 237.65º | 0.85% | 0.65% | - |
| HSV(B) | 237.65º | 0.63% | 0.95% | - |
| XYZ | 23.9 | 16.43 | 85.13 | - |
| YUV | 108.96 | 202.51 | 113.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 94 | 241 | 0.63 | 0.61 | 0 | 0.05 | 237.65 | 0.85 | 0.65 |
| Hex | 58 | 5E | F1 | 3F | 3D | 0 | 5 | EE | 55 | 41 |
| Octal | 130 | 136 | 361 | 77 | 75 | 0 | 5 | 356 | 125 | 101 |
| Binary | 1011000 | 1011110 | 11110001 | 111111 | 111101 | 0 | 101 | 11101110 | 1010101 | 1000001 |
Color Harmonies of #585EF1
Complementary color
Monochromatic Colors of #585EF1
Black with #585EF1
Text Example
Text Example
White with #585EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585EF1; }
p { color: rgb(88,94,241); }
H1.HeaderClassName
{
color: #585EF1;
}
.AnyTagClassName
{
color: #585EF1;
}
</style>
background-color css
<style>
a { background-color: #585EF1; }
a { background-color: rgb(88,94,241); }
div.DivClassName
{
background-color: #585EF1;
}
.BgClassName
{
background-color: #585EF1;
}
</style>
border-color css
<style>
span { border-color: #585EF1; }
span { border-color: rgb(88,94,241); }
td.TdClassName
{
border-color: #585EF1;
}
.TagClassName
{
border-color: #585EF1;
}
</style>