Shades of Neon Pink #F16CD3
Tints of Neon Pink #F16CD3
RGB
CMYK
RGB Variations
Color information
#F16CD3 (or 0xF16CD3) is known color: Neon Pink. HEX triplet: F1, 6C and D3. RGB value is (241,108,211). Sum of RGB (Red+Green+Blue) = 241+108+211=560 (74% of max value = 765). Red value is 241 (94.53% from 255 or 43.04% from 560); Green value is 108 (42.58% from 255 or 19.29% from 560); Blue value is 211 (82.81% from 255 or 37.68% from 560); Max value from RGB is 241 - color contains mainly: red. Hex color #F16CD3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F16CD3 is #0E932C. Grayscale: #9F9F9F. Windows color (decimal): -955181 or 13855985. OLE color: 13855985.
HSL color Cylindrical-coordinate representation of color #F16CD3: hue angle of 313.53º 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 #F16CD3 is Cyan = 0, Magento = 0.55, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 108 | 211 | - |
| CMYK | 0 | 0.55 | 0.12 | 0.05 |
| HSL | 313.53º | 0.83% | 0.68% | - |
| HSV(B) | 313.53º | 0.55% | 0.95% | - |
| XYZ | 53.4 | 34.13 | 65.4 | - |
| YUV | 159.51 | 157.06 | 186.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 108 | 211 | 0 | 0.55 | 0.12 | 0.05 | 313.53 | 0.83 | 0.68 |
| Hex | F1 | 6C | D3 | 0 | 37 | C | 5 | 13A | 53 | 44 |
| Octal | 361 | 154 | 323 | 0 | 67 | 14 | 5 | 472 | 123 | 104 |
| Binary | 11110001 | 1101100 | 11010011 | 0 | 110111 | 1100 | 101 | 100111010 | 1010011 | 1000100 |
Color Harmonies of #F16CD3
Complementary color
Monochromatic Colors of #F16CD3
Black with #F16CD3
Text Example
Text Example
White with #F16CD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16CD3; }
p { color: rgb(241,108,211); }
H1.HeaderClassName
{
color: #F16CD3;
}
.AnyTagClassName
{
color: #F16CD3;
}
</style>
background-color css
<style>
a { background-color: #F16CD3; }
a { background-color: rgb(241,108,211); }
div.DivClassName
{
background-color: #F16CD3;
}
.BgClassName
{
background-color: #F16CD3;
}
</style>
border-color css
<style>
span { border-color: #F16CD3; }
span { border-color: rgb(241,108,211); }
td.TdClassName
{
border-color: #F16CD3;
}
.TagClassName
{
border-color: #F16CD3;
}
</style>