Shades of Neon Pink #F16AC0
Tints of Neon Pink #F16AC0
RGB
CMYK
RGB Variations
Color information
#F16AC0 (or 0xF16AC0) is known color: Neon Pink. HEX triplet: F1, 6A and C0. RGB value is (241,106,192). Sum of RGB (Red+Green+Blue) = 241+106+192=539 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.71% from 539); Green value is 106 (41.80% from 255 or 19.67% from 539); Blue value is 192 (75.39% from 255 or 35.62% from 539); Max value from RGB is 241 - color contains mainly: red. Hex color #F16AC0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F16AC0 is #0E953F. Grayscale: #9B9B9B. Windows color (decimal): -955712 or 12610289. OLE color: 12610289.
HSL color Cylindrical-coordinate representation of color #F16AC0: hue angle of 321.78º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F16AC0 is Cyan = 0, Magento = 0.56, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 106 | 192 | - |
| CMYK | 0 | 0.56 | 0.20 | 0.05 |
| HSL | 321.78º | 0.83% | 0.68% | - |
| HSV(B) | 321.78º | 0.56% | 0.95% | - |
| XYZ | 50.94 | 32.81 | 53.52 | - |
| YUV | 156.17 | 148.23 | 188.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 106 | 192 | 0 | 0.56 | 0.20 | 0.05 | 321.78 | 0.83 | 0.68 |
| Hex | F1 | 6A | C0 | 0 | 38 | 14 | 5 | 142 | 53 | 44 |
| Octal | 361 | 152 | 300 | 0 | 70 | 24 | 5 | 502 | 123 | 104 |
| Binary | 11110001 | 1101010 | 11000000 | 0 | 111000 | 10100 | 101 | 101000010 | 1010011 | 1000100 |
Color Harmonies of #F16AC0
Complementary color
Monochromatic Colors of #F16AC0
Black with #F16AC0
Text Example
Text Example
White with #F16AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16AC0; }
p { color: rgb(241,106,192); }
H1.HeaderClassName
{
color: #F16AC0;
}
.AnyTagClassName
{
color: #F16AC0;
}
</style>
background-color css
<style>
a { background-color: #F16AC0; }
a { background-color: rgb(241,106,192); }
div.DivClassName
{
background-color: #F16AC0;
}
.BgClassName
{
background-color: #F16AC0;
}
</style>
border-color css
<style>
span { border-color: #F16AC0; }
span { border-color: rgb(241,106,192); }
td.TdClassName
{
border-color: #F16AC0;
}
.TagClassName
{
border-color: #F16AC0;
}
</style>