Shades of Neon Blue #615FFE
Tints of Neon Blue #615FFE
RGB
CMYK
RGB Variations
Color information
#615FFE (or 0x615FFE) is known color: Neon Blue. HEX triplet: 61, 5F and FE. RGB value is (97,95,254). Sum of RGB (Red+Green+Blue) = 97+95+254=446 (59% of max value = 765). Red value is 97 (38.28% from 255 or 21.75% from 446); Green value is 95 (37.5% from 255 or 21.30% from 446); Blue value is 254 (99.61% from 255 or 56.95% from 446); Max value from RGB is 254 - color contains mainly: blue. Hex color #615FFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #615FFE is #9EA001. Grayscale: #717171. Windows color (decimal): -10395650 or 16670561. OLE color: 16670561.
HSL color Cylindrical-coordinate representation of color #615FFE: hue angle of 240.75º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #615FFE is Cyan = 0.62, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 97 | 95 | 254 | - |
| CMYK | 0.62 | 0.63 | 0 | 0.00 |
| HSL | 240.75º | 0.99% | 0.68% | - |
| HSV(B) | 240.75º | 0.63% | 1% | - |
| XYZ | 26.91 | 17.88 | 95.8 | - |
| YUV | 113.72 | 207.16 | 116.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 95 | 254 | 0.62 | 0.63 | 0 | 0.00 | 240.75 | 0.99 | 0.68 |
| Hex | 61 | 5F | FE | 3E | 3F | 0 | 0 | F1 | 63 | 44 |
| Octal | 141 | 137 | 376 | 76 | 77 | 0 | 0 | 361 | 143 | 104 |
| Binary | 1100001 | 1011111 | 11111110 | 111110 | 111111 | 0 | 0 | 11110001 | 1100011 | 1000100 |
Color Harmonies of #615FFE
Complementary color
Monochromatic Colors of #615FFE
Black with #615FFE
Text Example
Text Example
White with #615FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #615FFE; }
p { color: rgb(97,95,254); }
H1.HeaderClassName
{
color: #615FFE;
}
.AnyTagClassName
{
color: #615FFE;
}
</style>
background-color css
<style>
a { background-color: #615FFE; }
a { background-color: rgb(97,95,254); }
div.DivClassName
{
background-color: #615FFE;
}
.BgClassName
{
background-color: #615FFE;
}
</style>
border-color css
<style>
span { border-color: #615FFE; }
span { border-color: rgb(97,95,254); }
td.TdClassName
{
border-color: #615FFE;
}
.TagClassName
{
border-color: #615FFE;
}
</style>