Shades of Neon Blue #5867F5
Tints of Neon Blue #5867F5
RGB
CMYK
RGB Variations
Color information
#5867F5 (or 0x5867F5) is known color: Neon Blue. HEX triplet: 58, 67 and F5. RGB value is (88,103,245). Sum of RGB (Red+Green+Blue) = 88+103+245=436 (57% of max value = 765). Red value is 88 (34.77% from 255 or 20.18% from 436); Green value is 103 (40.62% from 255 or 23.62% from 436); Blue value is 245 (96.09% from 255 or 56.19% from 436); Max value from RGB is 245 - color contains mainly: blue. Hex color #5867F5 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5867F5 is #A7980A. Grayscale: #727272. Windows color (decimal): -10983435 or 16082776. OLE color: 16082776.
HSL color Cylindrical-coordinate representation of color #5867F5: hue angle of 234.27º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5867F5 is Cyan = 0.64, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 88 | 103 | 245 | - |
| CMYK | 0.64 | 0.58 | 0 | 0.04 |
| HSL | 234.27º | 0.89% | 0.65% | - |
| HSV(B) | 234.27º | 0.64% | 0.96% | - |
| XYZ | 25.36 | 18.37 | 88.6 | - |
| YUV | 114.7 | 201.53 | 108.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 103 | 245 | 0.64 | 0.58 | 0 | 0.04 | 234.27 | 0.89 | 0.65 |
| Hex | 58 | 67 | F5 | 40 | 3A | 0 | 4 | EA | 59 | 41 |
| Octal | 130 | 147 | 365 | 100 | 72 | 0 | 4 | 352 | 131 | 101 |
| Binary | 1011000 | 1100111 | 11110101 | 1000000 | 111010 | 0 | 100 | 11101010 | 1011001 | 1000001 |
Color Harmonies of #5867F5
Complementary color
Monochromatic Colors of #5867F5
Black with #5867F5
Text Example
Text Example
White with #5867F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5867F5; }
p { color: rgb(88,103,245); }
H1.HeaderClassName
{
color: #5867F5;
}
.AnyTagClassName
{
color: #5867F5;
}
</style>
background-color css
<style>
a { background-color: #5867F5; }
a { background-color: rgb(88,103,245); }
div.DivClassName
{
background-color: #5867F5;
}
.BgClassName
{
background-color: #5867F5;
}
</style>
border-color css
<style>
span { border-color: #5867F5; }
span { border-color: rgb(88,103,245); }
td.TdClassName
{
border-color: #5867F5;
}
.TagClassName
{
border-color: #5867F5;
}
</style>