Shades of Neon Blue #615DF4
Tints of Neon Blue #615DF4
RGB
CMYK
RGB Variations
Color information
#615DF4 (or 0x615DF4) is known color: Neon Blue. HEX triplet: 61, 5D and F4. RGB value is (97,93,244). Sum of RGB (Red+Green+Blue) = 97+93+244=434 (57% of max value = 765). Red value is 97 (38.28% from 255 or 22.35% from 434); Green value is 93 (36.72% from 255 or 21.43% from 434); Blue value is 244 (95.70% from 255 or 56.22% from 434); Max value from RGB is 244 - color contains mainly: blue. Hex color #615DF4 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #615DF4 is #9EA20B. Grayscale: #6E6E6E. Windows color (decimal): -10396172 or 16014689. OLE color: 16014689.
HSL color Cylindrical-coordinate representation of color #615DF4: hue angle of 241.59º degrees, saturation: 0.87, 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 #615DF4 is Cyan = 0.60, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 97 | 93 | 244 | - |
| CMYK | 0.60 | 0.62 | 0 | 0.04 |
| HSL | 241.59º | 0.87% | 0.66% | - |
| HSV(B) | 241.59º | 0.62% | 0.96% | - |
| XYZ | 25.17 | 16.9 | 87.52 | - |
| YUV | 111.41 | 202.83 | 117.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 93 | 244 | 0.60 | 0.62 | 0 | 0.04 | 241.59 | 0.87 | 0.66 |
| Hex | 61 | 5D | F4 | 3C | 3E | 0 | 4 | F2 | 57 | 42 |
| Octal | 141 | 135 | 364 | 74 | 76 | 0 | 4 | 362 | 127 | 102 |
| Binary | 1100001 | 1011101 | 11110100 | 111100 | 111110 | 0 | 100 | 11110010 | 1010111 | 1000010 |
Color Harmonies of #615DF4
Complementary color
Monochromatic Colors of #615DF4
Black with #615DF4
Text Example
Text Example
White with #615DF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #615DF4; }
p { color: rgb(97,93,244); }
H1.HeaderClassName
{
color: #615DF4;
}
.AnyTagClassName
{
color: #615DF4;
}
</style>
background-color css
<style>
a { background-color: #615DF4; }
a { background-color: rgb(97,93,244); }
div.DivClassName
{
background-color: #615DF4;
}
.BgClassName
{
background-color: #615DF4;
}
</style>
border-color css
<style>
span { border-color: #615DF4; }
span { border-color: rgb(97,93,244); }
td.TdClassName
{
border-color: #615DF4;
}
.TagClassName
{
border-color: #615DF4;
}
</style>