Shades of Neon Pink #F16DC3
Tints of Neon Pink #F16DC3
RGB
CMYK
RGB Variations
Color information
#F16DC3 (or 0xF16DC3) is known color: Neon Pink. HEX triplet: F1, 6D and C3. RGB value is (241,109,195). Sum of RGB (Red+Green+Blue) = 241+109+195=545 (72% of max value = 765). Red value is 241 (94.53% from 255 or 44.22% from 545); Green value is 109 (42.97% from 255 or 20% from 545); Blue value is 195 (76.56% from 255 or 35.78% from 545); Max value from RGB is 241 - color contains mainly: red. Hex color #F16DC3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F16DC3 is #0E923C. Grayscale: #9E9E9E. Windows color (decimal): -954941 or 12807665. OLE color: 12807665.
HSL color Cylindrical-coordinate representation of color #F16DC3: hue angle of 320.91º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F16DC3 is Cyan = 0, Magento = 0.55, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 109 | 195 | - |
| CMYK | 0 | 0.55 | 0.19 | 0.05 |
| HSL | 320.91º | 0.83% | 0.69% | - |
| HSV(B) | 320.91º | 0.55% | 0.95% | - |
| XYZ | 51.59 | 33.58 | 55.39 | - |
| YUV | 158.27 | 148.73 | 187.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 109 | 195 | 0 | 0.55 | 0.19 | 0.05 | 320.91 | 0.83 | 0.69 |
| Hex | F1 | 6D | C3 | 0 | 37 | 13 | 5 | 141 | 52 | 45 |
| Octal | 361 | 155 | 303 | 0 | 67 | 23 | 5 | 501 | 122 | 105 |
| Binary | 11110001 | 1101101 | 11000011 | 0 | 110111 | 10011 | 101 | 101000001 | 1010010 | 1000101 |
Color Harmonies of #F16DC3
Complementary color
Monochromatic Colors of #F16DC3
Black with #F16DC3
Text Example
Text Example
White with #F16DC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16DC3; }
p { color: rgb(241,109,195); }
H1.HeaderClassName
{
color: #F16DC3;
}
.AnyTagClassName
{
color: #F16DC3;
}
</style>
background-color css
<style>
a { background-color: #F16DC3; }
a { background-color: rgb(241,109,195); }
div.DivClassName
{
background-color: #F16DC3;
}
.BgClassName
{
background-color: #F16DC3;
}
</style>
border-color css
<style>
span { border-color: #F16DC3; }
span { border-color: rgb(241,109,195); }
td.TdClassName
{
border-color: #F16DC3;
}
.TagClassName
{
border-color: #F16DC3;
}
</style>