Shades of Neon Blue #615DF6
Tints of Neon Blue #615DF6
RGB
CMYK
RGB Variations
Color information
#615DF6 (or 0x615DF6) is known color: Neon Blue. HEX triplet: 61, 5D and F6. RGB value is (97,93,246). Sum of RGB (Red+Green+Blue) = 97+93+246=436 (57% of max value = 765). Red value is 97 (38.28% from 255 or 22.25% from 436); Green value is 93 (36.72% from 255 or 21.33% from 436); Blue value is 246 (96.48% from 255 or 56.42% from 436); Max value from RGB is 246 - color contains mainly: blue. Hex color #615DF6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #615DF6 is #9EA209. Grayscale: #6F6F6F. Windows color (decimal): -10396170 or 16145761. OLE color: 16145761.
HSL color Cylindrical-coordinate representation of color #615DF6: hue angle of 241.57º degrees, saturation: 0.89, 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 #615DF6 is Cyan = 0.61, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 97 | 93 | 246 | - |
| CMYK | 0.61 | 0.62 | 0 | 0.04 |
| HSL | 241.57º | 0.89% | 0.66% | - |
| HSV(B) | 241.57º | 0.62% | 0.96% | - |
| XYZ | 25.48 | 17.02 | 89.13 | - |
| YUV | 111.64 | 203.83 | 117.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 93 | 246 | 0.61 | 0.62 | 0 | 0.04 | 241.57 | 0.89 | 0.66 |
| Hex | 61 | 5D | F6 | 3D | 3E | 0 | 4 | F2 | 59 | 42 |
| Octal | 141 | 135 | 366 | 75 | 76 | 0 | 4 | 362 | 131 | 102 |
| Binary | 1100001 | 1011101 | 11110110 | 111101 | 111110 | 0 | 100 | 11110010 | 1011001 | 1000010 |
Color Harmonies of #615DF6
Complementary color
Monochromatic Colors of #615DF6
Black with #615DF6
Text Example
Text Example
White with #615DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #615DF6; }
p { color: rgb(97,93,246); }
H1.HeaderClassName
{
color: #615DF6;
}
.AnyTagClassName
{
color: #615DF6;
}
</style>
background-color css
<style>
a { background-color: #615DF6; }
a { background-color: rgb(97,93,246); }
div.DivClassName
{
background-color: #615DF6;
}
.BgClassName
{
background-color: #615DF6;
}
</style>
border-color css
<style>
span { border-color: #615DF6; }
span { border-color: rgb(97,93,246); }
td.TdClassName
{
border-color: #615DF6;
}
.TagClassName
{
border-color: #615DF6;
}
</style>