Shades of Neon Blue #615CFC
Tints of Neon Blue #615CFC
RGB
CMYK
RGB Variations
Color information
#615CFC (or 0x615CFC) is known color: Neon Blue. HEX triplet: 61, 5C and FC. RGB value is (97,92,252). Sum of RGB (Red+Green+Blue) = 97+92+252=441 (58% of max value = 765). Red value is 97 (38.28% from 255 or 22.00% from 441); Green value is 92 (36.33% from 255 or 20.86% from 441); Blue value is 252 (98.83% from 255 or 57.14% from 441); Max value from RGB is 252 - color contains mainly: blue. Hex color #615CFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #615CFC is #9EA303. Grayscale: #6F6F6F. Windows color (decimal): -10396420 or 16538721. OLE color: 16538721.
HSL color Cylindrical-coordinate representation of color #615CFC: hue angle of 241.88º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #615CFC is Cyan = 0.62, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 97 | 92 | 252 | - |
| CMYK | 0.62 | 0.63 | 0 | 0.01 |
| HSL | 241.88º | 0.96% | 0.67% | - |
| HSV(B) | 241.88º | 0.63% | 0.99% | - |
| XYZ | 26.33 | 17.22 | 94.03 | - |
| YUV | 111.74 | 207.16 | 117.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 92 | 252 | 0.62 | 0.63 | 0 | 0.01 | 241.88 | 0.96 | 0.67 |
| Hex | 61 | 5C | FC | 3E | 3F | 0 | 1 | F2 | 60 | 43 |
| Octal | 141 | 134 | 374 | 76 | 77 | 0 | 1 | 362 | 140 | 103 |
| Binary | 1100001 | 1011100 | 11111100 | 111110 | 111111 | 0 | 1 | 11110010 | 1100000 | 1000011 |
Color Harmonies of #615CFC
Complementary color
Monochromatic Colors of #615CFC
Black with #615CFC
Text Example
Text Example
White with #615CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #615CFC; }
p { color: rgb(97,92,252); }
H1.HeaderClassName
{
color: #615CFC;
}
.AnyTagClassName
{
color: #615CFC;
}
</style>
background-color css
<style>
a { background-color: #615CFC; }
a { background-color: rgb(97,92,252); }
div.DivClassName
{
background-color: #615CFC;
}
.BgClassName
{
background-color: #615CFC;
}
</style>
border-color css
<style>
span { border-color: #615CFC; }
span { border-color: rgb(97,92,252); }
td.TdClassName
{
border-color: #615CFC;
}
.TagClassName
{
border-color: #615CFC;
}
</style>