Shades of Neon Blue #615BFC
Tints of Neon Blue #615BFC
RGB
CMYK
RGB Variations
Color information
#615BFC (or 0x615BFC) is known color: Neon Blue. HEX triplet: 61, 5B and FC. RGB value is (97,91,252). Sum of RGB (Red+Green+Blue) = 97+91+252=440 (58% of max value = 765). Red value is 97 (38.28% from 255 or 22.05% from 440); Green value is 91 (35.94% from 255 or 20.68% from 440); Blue value is 252 (98.83% from 255 or 57.27% from 440); Max value from RGB is 252 - color contains mainly: blue. Hex color #615BFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #615BFC is #9EA403. Grayscale: #6E6E6E. Windows color (decimal): -10396676 or 16538465. OLE color: 16538465.
HSL color Cylindrical-coordinate representation of color #615BFC: hue angle of 242.24º degrees, saturation: 0.96, 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 #615BFC is Cyan = 0.62, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 97 | 91 | 252 | - |
| CMYK | 0.62 | 0.64 | 0 | 0.01 |
| HSL | 242.24º | 0.96% | 0.67% | - |
| HSV(B) | 242.24º | 0.64% | 0.99% | - |
| XYZ | 26.24 | 17.05 | 94 | - |
| YUV | 111.15 | 207.49 | 117.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 91 | 252 | 0.62 | 0.64 | 0 | 0.01 | 242.24 | 0.96 | 0.67 |
| Hex | 61 | 5B | FC | 3E | 40 | 0 | 1 | F2 | 60 | 43 |
| Octal | 141 | 133 | 374 | 76 | 100 | 0 | 1 | 362 | 140 | 103 |
| Binary | 1100001 | 1011011 | 11111100 | 111110 | 1000000 | 0 | 1 | 11110010 | 1100000 | 1000011 |
Color Harmonies of #615BFC
Complementary color
Monochromatic Colors of #615BFC
Black with #615BFC
Text Example
Text Example
White with #615BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #615BFC; }
p { color: rgb(97,91,252); }
H1.HeaderClassName
{
color: #615BFC;
}
.AnyTagClassName
{
color: #615BFC;
}
</style>
background-color css
<style>
a { background-color: #615BFC; }
a { background-color: rgb(97,91,252); }
div.DivClassName
{
background-color: #615BFC;
}
.BgClassName
{
background-color: #615BFC;
}
</style>
border-color css
<style>
span { border-color: #615BFC; }
span { border-color: rgb(97,91,252); }
td.TdClassName
{
border-color: #615BFC;
}
.TagClassName
{
border-color: #615BFC;
}
</style>