Shades of Neon Blue #583CF5
Tints of Neon Blue #583CF5
RGB
CMYK
RGB Variations
Color information
#583CF5 (or 0x583CF5) is known color: Neon Blue. HEX triplet: 58, 3C and F5. RGB value is (88,60,245). Sum of RGB (Red+Green+Blue) = 88+60+245=393 (52% of max value = 765). Red value is 88 (34.77% from 255 or 22.39% from 393); Green value is 60 (23.83% from 255 or 15.27% from 393); Blue value is 245 (96.09% from 255 or 62.34% from 393); Max value from RGB is 245 - color contains mainly: blue. Hex color #583CF5 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #583CF5 is #A7C30A. Grayscale: #585858. Windows color (decimal): -10994443 or 16071768. OLE color: 16071768.
HSL color Cylindrical-coordinate representation of color #583CF5: hue angle of 249.08º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #583CF5 is Cyan = 0.64, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 88 | 60 | 245 | - |
| CMYK | 0.64 | 0.76 | 0 | 0.04 |
| HSL | 249.08º | 0.9% | 0.6% | - |
| HSV(B) | 249.08º | 0.76% | 0.96% | - |
| XYZ | 22.12 | 11.9 | 87.52 | - |
| YUV | 89.46 | 215.78 | 126.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 60 | 245 | 0.64 | 0.76 | 0 | 0.04 | 249.08 | 0.9 | 0.6 |
| Hex | 58 | 3C | F5 | 40 | 4C | 0 | 4 | F9 | 5A | 3C |
| Octal | 130 | 74 | 365 | 100 | 114 | 0 | 4 | 371 | 132 | 74 |
| Binary | 1011000 | 111100 | 11110101 | 1000000 | 1001100 | 0 | 100 | 11111001 | 1011010 | 111100 |
Color Harmonies of #583CF5
Complementary color
Monochromatic Colors of #583CF5
Black with #583CF5
Text Example
Text Example
White with #583CF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #583CF5; }
p { color: rgb(88,60,245); }
H1.HeaderClassName
{
color: #583CF5;
}
.AnyTagClassName
{
color: #583CF5;
}
</style>
background-color css
<style>
a { background-color: #583CF5; }
a { background-color: rgb(88,60,245); }
div.DivClassName
{
background-color: #583CF5;
}
.BgClassName
{
background-color: #583CF5;
}
</style>
border-color css
<style>
span { border-color: #583CF5; }
span { border-color: rgb(88,60,245); }
td.TdClassName
{
border-color: #583CF5;
}
.TagClassName
{
border-color: #583CF5;
}
</style>