Shades of Neon Pink #F16CD2
Tints of Neon Pink #F16CD2
RGB
CMYK
RGB Variations
Color information
#F16CD2 (or 0xF16CD2) is known color: Neon Pink. HEX triplet: F1, 6C and D2. RGB value is (241,108,210). Sum of RGB (Red+Green+Blue) = 241+108+210=559 (74% of max value = 765). Red value is 241 (94.53% from 255 or 43.11% from 559); Green value is 108 (42.58% from 255 or 19.32% from 559); Blue value is 210 (82.42% from 255 or 37.57% from 559); Max value from RGB is 241 - color contains mainly: red. Hex color #F16CD2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F16CD2 is #0E932D. Grayscale: #9F9F9F. Windows color (decimal): -955182 or 13790449. OLE color: 13790449.
HSL color Cylindrical-coordinate representation of color #F16CD2: hue angle of 313.98º 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 #F16CD2 is Cyan = 0, Magento = 0.55, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 108 | 210 | - |
| CMYK | 0 | 0.55 | 0.13 | 0.05 |
| HSL | 313.99º | 0.83% | 0.68% | - |
| HSV(B) | 313.99º | 0.55% | 0.95% | - |
| XYZ | 53.27 | 34.08 | 64.74 | - |
| YUV | 159.4 | 156.56 | 186.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 108 | 210 | 0 | 0.55 | 0.13 | 0.05 | 313.99 | 0.83 | 0.68 |
| Hex | F1 | 6C | D2 | 0 | 37 | D | 5 | 13A | 53 | 44 |
| Octal | 361 | 154 | 322 | 0 | 67 | 15 | 5 | 472 | 123 | 104 |
| Binary | 11110001 | 1101100 | 11010010 | 0 | 110111 | 1101 | 101 | 100111010 | 1010011 | 1000100 |
Color Harmonies of #F16CD2
Complementary color
Monochromatic Colors of #F16CD2
Black with #F16CD2
Text Example
Text Example
White with #F16CD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16CD2; }
p { color: rgb(241,108,210); }
H1.HeaderClassName
{
color: #F16CD2;
}
.AnyTagClassName
{
color: #F16CD2;
}
</style>
background-color css
<style>
a { background-color: #F16CD2; }
a { background-color: rgb(241,108,210); }
div.DivClassName
{
background-color: #F16CD2;
}
.BgClassName
{
background-color: #F16CD2;
}
</style>
border-color css
<style>
span { border-color: #F16CD2; }
span { border-color: rgb(241,108,210); }
td.TdClassName
{
border-color: #F16CD2;
}
.TagClassName
{
border-color: #F16CD2;
}
</style>