Shades of Neon Pink #F16ACF
Tints of Neon Pink #F16ACF
RGB
CMYK
RGB Variations
Color information
#F16ACF (or 0xF16ACF) is known color: Neon Pink. HEX triplet: F1, 6A and CF. RGB value is (241,106,207). Sum of RGB (Red+Green+Blue) = 241+106+207=554 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.50% from 554); Green value is 106 (41.80% from 255 or 19.13% from 554); Blue value is 207 (81.25% from 255 or 37.36% from 554); Max value from RGB is 241 - color contains mainly: red. Hex color #F16ACF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F16ACF is #0E9530. Grayscale: #9D9D9D. Windows color (decimal): -955697 or 13593329. OLE color: 13593329.
HSL color Cylindrical-coordinate representation of color #F16ACF: hue angle of 315.11º 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 #F16ACF is Cyan = 0, Magento = 0.56, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 106 | 207 | - |
| CMYK | 0 | 0.56 | 0.14 | 0.05 |
| HSL | 315.11º | 0.83% | 0.68% | - |
| HSV(B) | 315.11º | 0.56% | 0.95% | - |
| XYZ | 52.69 | 33.51 | 62.72 | - |
| YUV | 157.88 | 155.73 | 187.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 106 | 207 | 0 | 0.56 | 0.14 | 0.05 | 315.11 | 0.83 | 0.68 |
| Hex | F1 | 6A | CF | 0 | 38 | E | 5 | 13B | 53 | 44 |
| Octal | 361 | 152 | 317 | 0 | 70 | 16 | 5 | 473 | 123 | 104 |
| Binary | 11110001 | 1101010 | 11001111 | 0 | 111000 | 1110 | 101 | 100111011 | 1010011 | 1000100 |
Color Harmonies of #F16ACF
Complementary color
Monochromatic Colors of #F16ACF
Black with #F16ACF
Text Example
Text Example
White with #F16ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16ACF; }
p { color: rgb(241,106,207); }
H1.HeaderClassName
{
color: #F16ACF;
}
.AnyTagClassName
{
color: #F16ACF;
}
</style>
background-color css
<style>
a { background-color: #F16ACF; }
a { background-color: rgb(241,106,207); }
div.DivClassName
{
background-color: #F16ACF;
}
.BgClassName
{
background-color: #F16ACF;
}
</style>
border-color css
<style>
span { border-color: #F16ACF; }
span { border-color: rgb(241,106,207); }
td.TdClassName
{
border-color: #F16ACF;
}
.TagClassName
{
border-color: #F16ACF;
}
</style>