Shades of Neon Pink #F661C8
Tints of Neon Pink #F661C8
RGB
CMYK
RGB Variations
Color information
#F661C8 (or 0xF661C8) is known color: Neon Pink. HEX triplet: F6, 61 and C8. RGB value is (246,97,200). Sum of RGB (Red+Green+Blue) = 246+97+200=543 (71% of max value = 765). Red value is 246 (96.48% from 255 or 45.30% from 543); Green value is 97 (38.28% from 255 or 17.86% from 543); Blue value is 200 (78.52% from 255 or 36.83% from 543); Max value from RGB is 246 - color contains mainly: red. Hex color #F661C8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F661C8 is #099E37. Grayscale: #999999. Windows color (decimal): -630328 or 13132278. OLE color: 13132278.
HSL color Cylindrical-coordinate representation of color #F661C8: hue angle of 318.52º 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 #F661C8 is Cyan = 0, Magento = 0.61, Yellow = 0.19 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 97 | 200 | - |
| CMYK | 0 | 0.61 | 0.19 | 0.04 |
| HSL | 318.52º | 0.89% | 0.67% | - |
| HSV(B) | 318.52º | 0.61% | 0.96% | - |
| XYZ | 52.71 | 32.31 | 58.1 | - |
| YUV | 153.29 | 154.36 | 194.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 97 | 200 | 0 | 0.61 | 0.19 | 0.04 | 318.52 | 0.89 | 0.67 |
| Hex | F6 | 61 | C8 | 0 | 3D | 13 | 4 | 13F | 59 | 43 |
| Octal | 366 | 141 | 310 | 0 | 75 | 23 | 4 | 477 | 131 | 103 |
| Binary | 11110110 | 1100001 | 11001000 | 0 | 111101 | 10011 | 100 | 100111111 | 1011001 | 1000011 |
Color Harmonies of #F661C8
Complementary color
Monochromatic Colors of #F661C8
Black with #F661C8
Text Example
Text Example
White with #F661C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F661C8; }
p { color: rgb(246,97,200); }
H1.HeaderClassName
{
color: #F661C8;
}
.AnyTagClassName
{
color: #F661C8;
}
</style>
background-color css
<style>
a { background-color: #F661C8; }
a { background-color: rgb(246,97,200); }
div.DivClassName
{
background-color: #F661C8;
}
.BgClassName
{
background-color: #F661C8;
}
</style>
border-color css
<style>
span { border-color: #F661C8; }
span { border-color: rgb(246,97,200); }
td.TdClassName
{
border-color: #F661C8;
}
.TagClassName
{
border-color: #F661C8;
}
</style>