Shades of Neon Pink #F16CC5
Tints of Neon Pink #F16CC5
RGB
CMYK
RGB Variations
Color information
#F16CC5 (or 0xF16CC5) is known color: Neon Pink. HEX triplet: F1, 6C and C5. RGB value is (241,108,197). Sum of RGB (Red+Green+Blue) = 241+108+197=546 (72% of max value = 765). Red value is 241 (94.53% from 255 or 44.14% from 546); Green value is 108 (42.58% from 255 or 19.78% from 546); Blue value is 197 (77.34% from 255 or 36.08% from 546); Max value from RGB is 241 - color contains mainly: red. Hex color #F16CC5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F16CC5 is #0E933A. Grayscale: #9D9D9D. Windows color (decimal): -955195 or 12938481. OLE color: 12938481.
HSL color Cylindrical-coordinate representation of color #F16CC5: hue angle of 319.85º 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 #F16CC5 is Cyan = 0, Magento = 0.55, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 108 | 197 | - |
| CMYK | 0 | 0.55 | 0.18 | 0.05 |
| HSL | 319.85º | 0.83% | 0.68% | - |
| HSV(B) | 319.85º | 0.55% | 0.95% | - |
| XYZ | 51.72 | 33.46 | 56.56 | - |
| YUV | 157.91 | 150.06 | 187.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 108 | 197 | 0 | 0.55 | 0.18 | 0.05 | 319.85 | 0.83 | 0.68 |
| Hex | F1 | 6C | C5 | 0 | 37 | 12 | 5 | 140 | 53 | 44 |
| Octal | 361 | 154 | 305 | 0 | 67 | 22 | 5 | 500 | 123 | 104 |
| Binary | 11110001 | 1101100 | 11000101 | 0 | 110111 | 10010 | 101 | 101000000 | 1010011 | 1000100 |
Color Harmonies of #F16CC5
Complementary color
Monochromatic Colors of #F16CC5
Black with #F16CC5
Text Example
Text Example
White with #F16CC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16CC5; }
p { color: rgb(241,108,197); }
H1.HeaderClassName
{
color: #F16CC5;
}
.AnyTagClassName
{
color: #F16CC5;
}
</style>
background-color css
<style>
a { background-color: #F16CC5; }
a { background-color: rgb(241,108,197); }
div.DivClassName
{
background-color: #F16CC5;
}
.BgClassName
{
background-color: #F16CC5;
}
</style>
border-color css
<style>
span { border-color: #F16CC5; }
span { border-color: rgb(241,108,197); }
td.TdClassName
{
border-color: #F16CC5;
}
.TagClassName
{
border-color: #F16CC5;
}
</style>