Shades of Neon Pink #F16ACC
Tints of Neon Pink #F16ACC
RGB
CMYK
RGB Variations
Color information
#F16ACC (or 0xF16ACC) is known color: Neon Pink. HEX triplet: F1, 6A and CC. RGB value is (241,106,204). Sum of RGB (Red+Green+Blue) = 241+106+204=551 (72% of max value = 765). Red value is 241 (94.53% from 255 or 43.74% from 551); Green value is 106 (41.80% from 255 or 19.24% from 551); Blue value is 204 (80.08% from 255 or 37.02% from 551); Max value from RGB is 241 - color contains mainly: red. Hex color #F16ACC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F16ACC is #0E9533. Grayscale: #9D9D9D. Windows color (decimal): -955700 or 13396721. OLE color: 13396721.
HSL color Cylindrical-coordinate representation of color #F16ACC: hue angle of 316.44º 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 #F16ACC is Cyan = 0, Magento = 0.56, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 106 | 204 | - |
| CMYK | 0 | 0.56 | 0.15 | 0.05 |
| HSL | 316.44º | 0.83% | 0.68% | - |
| HSV(B) | 316.44º | 0.56% | 0.95% | - |
| XYZ | 52.33 | 33.37 | 60.81 | - |
| YUV | 157.54 | 154.23 | 187.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 106 | 204 | 0 | 0.56 | 0.15 | 0.05 | 316.44 | 0.83 | 0.68 |
| Hex | F1 | 6A | CC | 0 | 38 | F | 5 | 13C | 53 | 44 |
| Octal | 361 | 152 | 314 | 0 | 70 | 17 | 5 | 474 | 123 | 104 |
| Binary | 11110001 | 1101010 | 11001100 | 0 | 111000 | 1111 | 101 | 100111100 | 1010011 | 1000100 |
Color Harmonies of #F16ACC
Complementary color
Monochromatic Colors of #F16ACC
Black with #F16ACC
Text Example
Text Example
White with #F16ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16ACC; }
p { color: rgb(241,106,204); }
H1.HeaderClassName
{
color: #F16ACC;
}
.AnyTagClassName
{
color: #F16ACC;
}
</style>
background-color css
<style>
a { background-color: #F16ACC; }
a { background-color: rgb(241,106,204); }
div.DivClassName
{
background-color: #F16ACC;
}
.BgClassName
{
background-color: #F16ACC;
}
</style>
border-color css
<style>
span { border-color: #F16ACC; }
span { border-color: rgb(241,106,204); }
td.TdClassName
{
border-color: #F16ACC;
}
.TagClassName
{
border-color: #F16ACC;
}
</style>