Shades of Neon Pink #F16BCF
Tints of Neon Pink #F16BCF
RGB
CMYK
RGB Variations
Color information
#F16BCF (or 0xF16BCF) is known color: Neon Pink. HEX triplet: F1, 6B and CF. RGB value is (241,107,207). Sum of RGB (Red+Green+Blue) = 241+107+207=555 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.42% from 555); Green value is 107 (42.19% from 255 or 19.28% from 555); Blue value is 207 (81.25% from 255 or 37.30% from 555); Max value from RGB is 241 - color contains mainly: red. Hex color #F16BCF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F16BCF is #0E9430. Grayscale: #9E9E9E. Windows color (decimal): -955441 or 13593585. OLE color: 13593585.
HSL color Cylindrical-coordinate representation of color #F16BCF: hue angle of 315.22º 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 #F16BCF is Cyan = 0, Magento = 0.56, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 107 | 207 | - |
| CMYK | 0 | 0.56 | 0.14 | 0.05 |
| HSL | 315.22º | 0.83% | 0.68% | - |
| HSV(B) | 315.22º | 0.56% | 0.95% | - |
| XYZ | 52.8 | 33.72 | 62.76 | - |
| YUV | 158.47 | 155.39 | 186.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 107 | 207 | 0 | 0.56 | 0.14 | 0.05 | 315.22 | 0.83 | 0.68 |
| Hex | F1 | 6B | CF | 0 | 38 | E | 5 | 13B | 53 | 44 |
| Octal | 361 | 153 | 317 | 0 | 70 | 16 | 5 | 473 | 123 | 104 |
| Binary | 11110001 | 1101011 | 11001111 | 0 | 111000 | 1110 | 101 | 100111011 | 1010011 | 1000100 |
Color Harmonies of #F16BCF
Complementary color
Monochromatic Colors of #F16BCF
Black with #F16BCF
Text Example
Text Example
White with #F16BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16BCF; }
p { color: rgb(241,107,207); }
H1.HeaderClassName
{
color: #F16BCF;
}
.AnyTagClassName
{
color: #F16BCF;
}
</style>
background-color css
<style>
a { background-color: #F16BCF; }
a { background-color: rgb(241,107,207); }
div.DivClassName
{
background-color: #F16BCF;
}
.BgClassName
{
background-color: #F16BCF;
}
</style>
border-color css
<style>
span { border-color: #F16BCF; }
span { border-color: rgb(241,107,207); }
td.TdClassName
{
border-color: #F16BCF;
}
.TagClassName
{
border-color: #F16BCF;
}
</style>