Shades of Neon Pink #F660C2
Tints of Neon Pink #F660C2
RGB
CMYK
RGB Variations
Color information
#F660C2 (or 0xF660C2) is known color: Neon Pink. HEX triplet: F6, 60 and C2. RGB value is (246,96,194). Sum of RGB (Red+Green+Blue) = 246+96+194=536 (70% of max value = 765). Red value is 246 (96.48% from 255 or 45.90% from 536); Green value is 96 (37.89% from 255 or 17.91% from 536); Blue value is 194 (76.17% from 255 or 36.19% from 536); Max value from RGB is 246 - color contains mainly: red. Hex color #F660C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F660C2 is #099F3D. Grayscale: #979797. Windows color (decimal): -630590 or 12738806. OLE color: 12738806.
HSL color Cylindrical-coordinate representation of color #F660C2: hue angle of 320.8º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F660C2 is Cyan = 0, Magento = 0.61, Yellow = 0.21 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 96 | 194 | - |
| CMYK | 0 | 0.61 | 0.21 | 0.04 |
| HSL | 320.8º | 0.89% | 0.67% | - |
| HSV(B) | 320.8º | 0.61% | 0.96% | - |
| XYZ | 51.93 | 31.85 | 54.45 | - |
| YUV | 152.02 | 151.7 | 195.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 96 | 194 | 0 | 0.61 | 0.21 | 0.04 | 320.8 | 0.89 | 0.67 |
| Hex | F6 | 60 | C2 | 0 | 3D | 15 | 4 | 141 | 59 | 43 |
| Octal | 366 | 140 | 302 | 0 | 75 | 25 | 4 | 501 | 131 | 103 |
| Binary | 11110110 | 1100000 | 11000010 | 0 | 111101 | 10101 | 100 | 101000001 | 1011001 | 1000011 |
Color Harmonies of #F660C2
Complementary color
Monochromatic Colors of #F660C2
Black with #F660C2
Text Example
Text Example
White with #F660C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F660C2; }
p { color: rgb(246,96,194); }
H1.HeaderClassName
{
color: #F660C2;
}
.AnyTagClassName
{
color: #F660C2;
}
</style>
background-color css
<style>
a { background-color: #F660C2; }
a { background-color: rgb(246,96,194); }
div.DivClassName
{
background-color: #F660C2;
}
.BgClassName
{
background-color: #F660C2;
}
</style>
border-color css
<style>
span { border-color: #F660C2; }
span { border-color: rgb(246,96,194); }
td.TdClassName
{
border-color: #F660C2;
}
.TagClassName
{
border-color: #F660C2;
}
</style>