Shades of Neon Blue #615DF5
Tints of Neon Blue #615DF5
RGB
CMYK
RGB Variations
Color information
#615DF5 (or 0x615DF5) is known color: Neon Blue. HEX triplet: 61, 5D and F5. RGB value is (97,93,245). Sum of RGB (Red+Green+Blue) = 97+93+245=435 (57% of max value = 765). Red value is 97 (38.28% from 255 or 22.30% from 435); Green value is 93 (36.72% from 255 or 21.38% from 435); Blue value is 245 (96.09% from 255 or 56.32% from 435); Max value from RGB is 245 - color contains mainly: blue. Hex color #615DF5 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #615DF5 is #9EA20A. Grayscale: #6E6E6E. Windows color (decimal): -10396171 or 16080225. OLE color: 16080225.
HSL color Cylindrical-coordinate representation of color #615DF5: hue angle of 241.58º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #615DF5 is Cyan = 0.60, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 97 | 93 | 245 | - |
| CMYK | 0.60 | 0.62 | 0 | 0.04 |
| HSL | 241.58º | 0.88% | 0.66% | - |
| HSV(B) | 241.58º | 0.62% | 0.96% | - |
| XYZ | 25.33 | 16.96 | 88.33 | - |
| YUV | 111.52 | 203.33 | 117.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 93 | 245 | 0.60 | 0.62 | 0 | 0.04 | 241.58 | 0.88 | 0.66 |
| Hex | 61 | 5D | F5 | 3C | 3E | 0 | 4 | F2 | 58 | 42 |
| Octal | 141 | 135 | 365 | 74 | 76 | 0 | 4 | 362 | 130 | 102 |
| Binary | 1100001 | 1011101 | 11110101 | 111100 | 111110 | 0 | 100 | 11110010 | 1011000 | 1000010 |
Color Harmonies of #615DF5
Complementary color
Monochromatic Colors of #615DF5
Black with #615DF5
Text Example
Text Example
White with #615DF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #615DF5; }
p { color: rgb(97,93,245); }
H1.HeaderClassName
{
color: #615DF5;
}
.AnyTagClassName
{
color: #615DF5;
}
</style>
background-color css
<style>
a { background-color: #615DF5; }
a { background-color: rgb(97,93,245); }
div.DivClassName
{
background-color: #615DF5;
}
.BgClassName
{
background-color: #615DF5;
}
</style>
border-color css
<style>
span { border-color: #615DF5; }
span { border-color: rgb(97,93,245); }
td.TdClassName
{
border-color: #615DF5;
}
.TagClassName
{
border-color: #615DF5;
}
</style>