Shades of Neon Pink #F16CBF
Tints of Neon Pink #F16CBF
RGB
CMYK
RGB Variations
Color information
#F16CBF (or 0xF16CBF) is known color: Neon Pink. HEX triplet: F1, 6C and BF. RGB value is (241,108,191). Sum of RGB (Red+Green+Blue) = 241+108+191=540 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.63% from 540); Green value is 108 (42.58% from 255 or 20% from 540); Blue value is 191 (75% from 255 or 35.37% from 540); Max value from RGB is 241 - color contains mainly: red. Hex color #F16CBF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F16CBF is #0E9340. Grayscale: #9D9D9D. Windows color (decimal): -955201 or 12545265. OLE color: 12545265.
HSL color Cylindrical-coordinate representation of color #F16CBF: hue angle of 322.56º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F16CBF is Cyan = 0, Magento = 0.55, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 108 | 191 | - |
| CMYK | 0 | 0.55 | 0.21 | 0.05 |
| HSL | 322.56º | 0.83% | 0.68% | - |
| HSV(B) | 322.56º | 0.55% | 0.95% | - |
| XYZ | 51.04 | 33.19 | 53.01 | - |
| YUV | 157.23 | 147.06 | 187.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 108 | 191 | 0 | 0.55 | 0.21 | 0.05 | 322.56 | 0.83 | 0.68 |
| Hex | F1 | 6C | BF | 0 | 37 | 15 | 5 | 143 | 53 | 44 |
| Octal | 361 | 154 | 277 | 0 | 67 | 25 | 5 | 503 | 123 | 104 |
| Binary | 11110001 | 1101100 | 10111111 | 0 | 110111 | 10101 | 101 | 101000011 | 1010011 | 1000100 |
Color Harmonies of #F16CBF
Complementary color
Monochromatic Colors of #F16CBF
Black with #F16CBF
Text Example
Text Example
White with #F16CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16CBF; }
p { color: rgb(241,108,191); }
H1.HeaderClassName
{
color: #F16CBF;
}
.AnyTagClassName
{
color: #F16CBF;
}
</style>
background-color css
<style>
a { background-color: #F16CBF; }
a { background-color: rgb(241,108,191); }
div.DivClassName
{
background-color: #F16CBF;
}
.BgClassName
{
background-color: #F16CBF;
}
</style>
border-color css
<style>
span { border-color: #F16CBF; }
span { border-color: rgb(241,108,191); }
td.TdClassName
{
border-color: #F16CBF;
}
.TagClassName
{
border-color: #F16CBF;
}
</style>