Shades of Neon Pink #F16FCD
Tints of Neon Pink #F16FCD
RGB
CMYK
RGB Variations
Color information
#F16FCD (or 0xF16FCD) is known color: Neon Pink. HEX triplet: F1, 6F and CD. RGB value is (241,111,205). Sum of RGB (Red+Green+Blue) = 241+111+205=557 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.27% from 557); Green value is 111 (43.75% from 255 or 19.93% from 557); Blue value is 205 (80.47% from 255 or 36.80% from 557); Max value from RGB is 241 - color contains mainly: red. Hex color #F16FCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F16FCD is #0E9032. Grayscale: #A0A0A0. Windows color (decimal): -954419 or 13463537. OLE color: 13463537.
HSL color Cylindrical-coordinate representation of color #F16FCD: hue angle of 316.62º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F16FCD is Cyan = 0, Magento = 0.54, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 111 | 205 | - |
| CMYK | 0 | 0.54 | 0.15 | 0.05 |
| HSL | 316.62º | 0.82% | 0.69% | - |
| HSV(B) | 316.62º | 0.54% | 0.95% | - |
| XYZ | 52.98 | 34.48 | 61.62 | - |
| YUV | 160.59 | 153.07 | 185.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 111 | 205 | 0 | 0.54 | 0.15 | 0.05 | 316.62 | 0.82 | 0.69 |
| Hex | F1 | 6F | CD | 0 | 36 | F | 5 | 13D | 52 | 45 |
| Octal | 361 | 157 | 315 | 0 | 66 | 17 | 5 | 475 | 122 | 105 |
| Binary | 11110001 | 1101111 | 11001101 | 0 | 110110 | 1111 | 101 | 100111101 | 1010010 | 1000101 |
Color Harmonies of #F16FCD
Complementary color
Monochromatic Colors of #F16FCD
Black with #F16FCD
Text Example
Text Example
White with #F16FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16FCD; }
p { color: rgb(241,111,205); }
H1.HeaderClassName
{
color: #F16FCD;
}
.AnyTagClassName
{
color: #F16FCD;
}
</style>
background-color css
<style>
a { background-color: #F16FCD; }
a { background-color: rgb(241,111,205); }
div.DivClassName
{
background-color: #F16FCD;
}
.BgClassName
{
background-color: #F16FCD;
}
</style>
border-color css
<style>
span { border-color: #F16FCD; }
span { border-color: rgb(241,111,205); }
td.TdClassName
{
border-color: #F16FCD;
}
.TagClassName
{
border-color: #F16FCD;
}
</style>