Shades of Neon Blue #615BFD
Tints of Neon Blue #615BFD
RGB
CMYK
RGB Variations
Color information
#615BFD (or 0x615BFD) is known color: Neon Blue. HEX triplet: 61, 5B and FD. RGB value is (97,91,253). Sum of RGB (Red+Green+Blue) = 97+91+253=441 (58% of max value = 765). Red value is 97 (38.28% from 255 or 22.00% from 441); Green value is 91 (35.94% from 255 or 20.63% from 441); Blue value is 253 (99.22% from 255 or 57.37% from 441); Max value from RGB is 253 - color contains mainly: blue. Hex color #615BFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #615BFD is #9EA402. Grayscale: #6E6E6E. Windows color (decimal): -10396675 or 16604001. OLE color: 16604001.
HSL color Cylindrical-coordinate representation of color #615BFD: hue angle of 242.22º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #615BFD is Cyan = 0.62, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 97 | 91 | 253 | - |
| CMYK | 0.62 | 0.64 | 0 | 0.01 |
| HSL | 242.22º | 0.98% | 0.67% | - |
| HSV(B) | 242.22º | 0.64% | 0.99% | - |
| XYZ | 26.4 | 17.12 | 94.84 | - |
| YUV | 111.26 | 207.99 | 117.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 91 | 253 | 0.62 | 0.64 | 0 | 0.01 | 242.22 | 0.98 | 0.67 |
| Hex | 61 | 5B | FD | 3E | 40 | 0 | 1 | F2 | 62 | 43 |
| Octal | 141 | 133 | 375 | 76 | 100 | 0 | 1 | 362 | 142 | 103 |
| Binary | 1100001 | 1011011 | 11111101 | 111110 | 1000000 | 0 | 1 | 11110010 | 1100010 | 1000011 |
Color Harmonies of #615BFD
Complementary color
Monochromatic Colors of #615BFD
Black with #615BFD
Text Example
Text Example
White with #615BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #615BFD; }
p { color: rgb(97,91,253); }
H1.HeaderClassName
{
color: #615BFD;
}
.AnyTagClassName
{
color: #615BFD;
}
</style>
background-color css
<style>
a { background-color: #615BFD; }
a { background-color: rgb(97,91,253); }
div.DivClassName
{
background-color: #615BFD;
}
.BgClassName
{
background-color: #615BFD;
}
</style>
border-color css
<style>
span { border-color: #615BFD; }
span { border-color: rgb(97,91,253); }
td.TdClassName
{
border-color: #615BFD;
}
.TagClassName
{
border-color: #615BFD;
}
</style>