Shades of Neon Pink #F16ABC
Tints of Neon Pink #F16ABC
RGB
CMYK
RGB Variations
Color information
#F16ABC (or 0xF16ABC) is known color: Neon Pink. HEX triplet: F1, 6A and BC. RGB value is (241,106,188). Sum of RGB (Red+Green+Blue) = 241+106+188=535 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.05% from 535); Green value is 106 (41.80% from 255 or 19.81% from 535); Blue value is 188 (73.83% from 255 or 35.14% from 535); Max value from RGB is 241 - color contains mainly: red. Hex color #F16ABC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F16ABC is #0E9543. Grayscale: #9B9B9B. Windows color (decimal): -955716 or 12348145. OLE color: 12348145.
HSL color Cylindrical-coordinate representation of color #F16ABC: hue angle of 323.56º 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 #F16ABC is Cyan = 0, Magento = 0.56, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 106 | 188 | - |
| CMYK | 0 | 0.56 | 0.22 | 0.05 |
| HSL | 323.56º | 0.83% | 0.68% | - |
| HSV(B) | 323.56º | 0.56% | 0.95% | - |
| XYZ | 50.51 | 32.64 | 51.22 | - |
| YUV | 155.71 | 146.23 | 188.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 106 | 188 | 0 | 0.56 | 0.22 | 0.05 | 323.56 | 0.83 | 0.68 |
| Hex | F1 | 6A | BC | 0 | 38 | 16 | 5 | 144 | 53 | 44 |
| Octal | 361 | 152 | 274 | 0 | 70 | 26 | 5 | 504 | 123 | 104 |
| Binary | 11110001 | 1101010 | 10111100 | 0 | 111000 | 10110 | 101 | 101000100 | 1010011 | 1000100 |
Color Harmonies of #F16ABC
Complementary color
Monochromatic Colors of #F16ABC
Black with #F16ABC
Text Example
Text Example
White with #F16ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16ABC; }
p { color: rgb(241,106,188); }
H1.HeaderClassName
{
color: #F16ABC;
}
.AnyTagClassName
{
color: #F16ABC;
}
</style>
background-color css
<style>
a { background-color: #F16ABC; }
a { background-color: rgb(241,106,188); }
div.DivClassName
{
background-color: #F16ABC;
}
.BgClassName
{
background-color: #F16ABC;
}
</style>
border-color css
<style>
span { border-color: #F16ABC; }
span { border-color: rgb(241,106,188); }
td.TdClassName
{
border-color: #F16ABC;
}
.TagClassName
{
border-color: #F16ABC;
}
</style>