Shades of Neon Pink #F16FCB
Tints of Neon Pink #F16FCB
RGB
CMYK
RGB Variations
Color information
#F16FCB (or 0xF16FCB) is known color: Neon Pink. HEX triplet: F1, 6F and CB. RGB value is (241,111,203). Sum of RGB (Red+Green+Blue) = 241+111+203=555 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.42% from 555); Green value is 111 (43.75% from 255 or 20% from 555); Blue value is 203 (79.69% from 255 or 36.58% from 555); Max value from RGB is 241 - color contains mainly: red. Hex color #F16FCB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F16FCB is #0E9034. Grayscale: #A0A0A0. Windows color (decimal): -954421 or 13332465. OLE color: 13332465.
HSL color Cylindrical-coordinate representation of color #F16FCB: hue angle of 317.54º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F16FCB is Cyan = 0, Magento = 0.54, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 111 | 203 | - |
| CMYK | 0 | 0.54 | 0.16 | 0.05 |
| HSL | 317.54º | 0.82% | 0.69% | - |
| HSV(B) | 317.54º | 0.54% | 0.95% | - |
| XYZ | 52.74 | 34.38 | 60.36 | - |
| YUV | 160.36 | 152.07 | 185.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 111 | 203 | 0 | 0.54 | 0.16 | 0.05 | 317.54 | 0.82 | 0.69 |
| Hex | F1 | 6F | CB | 0 | 36 | 10 | 5 | 13E | 52 | 45 |
| Octal | 361 | 157 | 313 | 0 | 66 | 20 | 5 | 476 | 122 | 105 |
| Binary | 11110001 | 1101111 | 11001011 | 0 | 110110 | 10000 | 101 | 100111110 | 1010010 | 1000101 |
Color Harmonies of #F16FCB
Complementary color
Monochromatic Colors of #F16FCB
Black with #F16FCB
Text Example
Text Example
White with #F16FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16FCB; }
p { color: rgb(241,111,203); }
H1.HeaderClassName
{
color: #F16FCB;
}
.AnyTagClassName
{
color: #F16FCB;
}
</style>
background-color css
<style>
a { background-color: #F16FCB; }
a { background-color: rgb(241,111,203); }
div.DivClassName
{
background-color: #F16FCB;
}
.BgClassName
{
background-color: #F16FCB;
}
</style>
border-color css
<style>
span { border-color: #F16FCB; }
span { border-color: rgb(241,111,203); }
td.TdClassName
{
border-color: #F16FCB;
}
.TagClassName
{
border-color: #F16FCB;
}
</style>