Shades of Neon Pink #F16CC6
Tints of Neon Pink #F16CC6
RGB
CMYK
RGB Variations
Color information
#F16CC6 (or 0xF16CC6) is known color: Neon Pink. HEX triplet: F1, 6C and C6. RGB value is (241,108,198). Sum of RGB (Red+Green+Blue) = 241+108+198=547 (72% of max value = 765). Red value is 241 (94.53% from 255 or 44.06% from 547); Green value is 108 (42.58% from 255 or 19.74% from 547); Blue value is 198 (77.73% from 255 or 36.20% from 547); Max value from RGB is 241 - color contains mainly: red. Hex color #F16CC6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F16CC6 is #0E9339. Grayscale: #9D9D9D. Windows color (decimal): -955194 or 13004017. OLE color: 13004017.
HSL color Cylindrical-coordinate representation of color #F16CC6: hue angle of 319.4º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F16CC6 is Cyan = 0, Magento = 0.55, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 108 | 198 | - |
| CMYK | 0 | 0.55 | 0.18 | 0.05 |
| HSL | 319.4º | 0.83% | 0.68% | - |
| HSV(B) | 319.4º | 0.55% | 0.95% | - |
| XYZ | 51.83 | 33.5 | 57.16 | - |
| YUV | 158.03 | 150.56 | 187.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 108 | 198 | 0 | 0.55 | 0.18 | 0.05 | 319.4 | 0.83 | 0.68 |
| Hex | F1 | 6C | C6 | 0 | 37 | 12 | 5 | 13F | 53 | 44 |
| Octal | 361 | 154 | 306 | 0 | 67 | 22 | 5 | 477 | 123 | 104 |
| Binary | 11110001 | 1101100 | 11000110 | 0 | 110111 | 10010 | 101 | 100111111 | 1010011 | 1000100 |
Color Harmonies of #F16CC6
Complementary color
Monochromatic Colors of #F16CC6
Black with #F16CC6
Text Example
Text Example
White with #F16CC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16CC6; }
p { color: rgb(241,108,198); }
H1.HeaderClassName
{
color: #F16CC6;
}
.AnyTagClassName
{
color: #F16CC6;
}
</style>
background-color css
<style>
a { background-color: #F16CC6; }
a { background-color: rgb(241,108,198); }
div.DivClassName
{
background-color: #F16CC6;
}
.BgClassName
{
background-color: #F16CC6;
}
</style>
border-color css
<style>
span { border-color: #F16CC6; }
span { border-color: rgb(241,108,198); }
td.TdClassName
{
border-color: #F16CC6;
}
.TagClassName
{
border-color: #F16CC6;
}
</style>