Shades of Neon Pink #F16CCC
Tints of Neon Pink #F16CCC
RGB
CMYK
RGB Variations
Color information
#F16CCC (or 0xF16CCC) is known color: Neon Pink. HEX triplet: F1, 6C and CC. RGB value is (241,108,204). Sum of RGB (Red+Green+Blue) = 241+108+204=553 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.58% from 553); Green value is 108 (42.58% from 255 or 19.53% from 553); Blue value is 204 (80.08% from 255 or 36.89% from 553); Max value from RGB is 241 - color contains mainly: red. Hex color #F16CCC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F16CCC is #0E9333. Grayscale: #9E9E9E. Windows color (decimal): -955188 or 13397233. OLE color: 13397233.
HSL color Cylindrical-coordinate representation of color #F16CCC: hue angle of 316.69º 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 #F16CCC is Cyan = 0, Magento = 0.55, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 108 | 204 | - |
| CMYK | 0 | 0.55 | 0.15 | 0.05 |
| HSL | 316.69º | 0.83% | 0.68% | - |
| HSV(B) | 316.69º | 0.55% | 0.95% | - |
| XYZ | 52.54 | 33.79 | 60.88 | - |
| YUV | 158.71 | 153.56 | 186.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 108 | 204 | 0 | 0.55 | 0.15 | 0.05 | 316.69 | 0.83 | 0.68 |
| Hex | F1 | 6C | CC | 0 | 37 | F | 5 | 13D | 53 | 44 |
| Octal | 361 | 154 | 314 | 0 | 67 | 17 | 5 | 475 | 123 | 104 |
| Binary | 11110001 | 1101100 | 11001100 | 0 | 110111 | 1111 | 101 | 100111101 | 1010011 | 1000100 |
Color Harmonies of #F16CCC
Complementary color
Monochromatic Colors of #F16CCC
Black with #F16CCC
Text Example
Text Example
White with #F16CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16CCC; }
p { color: rgb(241,108,204); }
H1.HeaderClassName
{
color: #F16CCC;
}
.AnyTagClassName
{
color: #F16CCC;
}
</style>
background-color css
<style>
a { background-color: #F16CCC; }
a { background-color: rgb(241,108,204); }
div.DivClassName
{
background-color: #F16CCC;
}
.BgClassName
{
background-color: #F16CCC;
}
</style>
border-color css
<style>
span { border-color: #F16CCC; }
span { border-color: rgb(241,108,204); }
td.TdClassName
{
border-color: #F16CCC;
}
.TagClassName
{
border-color: #F16CCC;
}
</style>