Shades of Neon Pink #F16ACB
Tints of Neon Pink #F16ACB
RGB
CMYK
RGB Variations
Color information
#F16ACB (or 0xF16ACB) is known color: Neon Pink. HEX triplet: F1, 6A and CB. RGB value is (241,106,203). Sum of RGB (Red+Green+Blue) = 241+106+203=550 (72% of max value = 765). Red value is 241 (94.53% from 255 or 43.82% from 550); Green value is 106 (41.80% from 255 or 19.27% from 550); Blue value is 203 (79.69% from 255 or 36.91% from 550); Max value from RGB is 241 - color contains mainly: red. Hex color #F16ACB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F16ACB is #0E9534. Grayscale: #9D9D9D. Windows color (decimal): -955701 or 13331185. OLE color: 13331185.
HSL color Cylindrical-coordinate representation of color #F16ACB: hue angle of 316.89º 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 #F16ACB is Cyan = 0, Magento = 0.56, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 106 | 203 | - |
| CMYK | 0 | 0.56 | 0.16 | 0.05 |
| HSL | 316.89º | 0.83% | 0.68% | - |
| HSV(B) | 316.89º | 0.56% | 0.95% | - |
| XYZ | 52.21 | 33.32 | 60.18 | - |
| YUV | 157.42 | 153.73 | 187.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 106 | 203 | 0 | 0.56 | 0.16 | 0.05 | 316.89 | 0.83 | 0.68 |
| Hex | F1 | 6A | CB | 0 | 38 | 10 | 5 | 13D | 53 | 44 |
| Octal | 361 | 152 | 313 | 0 | 70 | 20 | 5 | 475 | 123 | 104 |
| Binary | 11110001 | 1101010 | 11001011 | 0 | 111000 | 10000 | 101 | 100111101 | 1010011 | 1000100 |
Color Harmonies of #F16ACB
Complementary color
Monochromatic Colors of #F16ACB
Black with #F16ACB
Text Example
Text Example
White with #F16ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16ACB; }
p { color: rgb(241,106,203); }
H1.HeaderClassName
{
color: #F16ACB;
}
.AnyTagClassName
{
color: #F16ACB;
}
</style>
background-color css
<style>
a { background-color: #F16ACB; }
a { background-color: rgb(241,106,203); }
div.DivClassName
{
background-color: #F16ACB;
}
.BgClassName
{
background-color: #F16ACB;
}
</style>
border-color css
<style>
span { border-color: #F16ACB; }
span { border-color: rgb(241,106,203); }
td.TdClassName
{
border-color: #F16ACB;
}
.TagClassName
{
border-color: #F16ACB;
}
</style>