Shades of Neon Pink #F661C2
Tints of Neon Pink #F661C2
RGB
CMYK
RGB Variations
Color information
#F661C2 (or 0xF661C2) is known color: Neon Pink. HEX triplet: F6, 61 and C2. RGB value is (246,97,194). Sum of RGB (Red+Green+Blue) = 246+97+194=537 (71% of max value = 765). Red value is 246 (96.48% from 255 or 45.81% from 537); Green value is 97 (38.28% from 255 or 18.06% from 537); Blue value is 194 (76.17% from 255 or 36.13% from 537); Max value from RGB is 246 - color contains mainly: red. Hex color #F661C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F661C2 is #099E3D. Grayscale: #989898. Windows color (decimal): -630334 or 12739062. OLE color: 12739062.
HSL color Cylindrical-coordinate representation of color #F661C2: hue angle of 320.94º 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 #F661C2 is Cyan = 0, Magento = 0.61, Yellow = 0.21 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 97 | 194 | - |
| CMYK | 0 | 0.61 | 0.21 | 0.04 |
| HSL | 320.94º | 0.89% | 0.67% | - |
| HSV(B) | 320.94º | 0.61% | 0.96% | - |
| XYZ | 52.02 | 32.04 | 54.48 | - |
| YUV | 152.61 | 151.36 | 194.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 97 | 194 | 0 | 0.61 | 0.21 | 0.04 | 320.94 | 0.89 | 0.67 |
| Hex | F6 | 61 | C2 | 0 | 3D | 15 | 4 | 141 | 59 | 43 |
| Octal | 366 | 141 | 302 | 0 | 75 | 25 | 4 | 501 | 131 | 103 |
| Binary | 11110110 | 1100001 | 11000010 | 0 | 111101 | 10101 | 100 | 101000001 | 1011001 | 1000011 |
Color Harmonies of #F661C2
Complementary color
Monochromatic Colors of #F661C2
Black with #F661C2
Text Example
Text Example
White with #F661C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F661C2; }
p { color: rgb(246,97,194); }
H1.HeaderClassName
{
color: #F661C2;
}
.AnyTagClassName
{
color: #F661C2;
}
</style>
background-color css
<style>
a { background-color: #F661C2; }
a { background-color: rgb(246,97,194); }
div.DivClassName
{
background-color: #F661C2;
}
.BgClassName
{
background-color: #F661C2;
}
</style>
border-color css
<style>
span { border-color: #F661C2; }
span { border-color: rgb(246,97,194); }
td.TdClassName
{
border-color: #F661C2;
}
.TagClassName
{
border-color: #F661C2;
}
</style>