Shades of Neon Pink #F171C5
Tints of Neon Pink #F171C5
RGB
CMYK
RGB Variations
Color information
#F171C5 (or 0xF171C5) is known color: Neon Pink. HEX triplet: F1, 71 and C5. RGB value is (241,113,197). Sum of RGB (Red+Green+Blue) = 241+113+197=551 (72% of max value = 765). Red value is 241 (94.53% from 255 or 43.74% from 551); Green value is 113 (44.53% from 255 or 20.51% from 551); Blue value is 197 (77.34% from 255 or 35.75% from 551); Max value from RGB is 241 - color contains mainly: red. Hex color #F171C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F171C5 is #0E8E3A. Grayscale: #A0A0A0. Windows color (decimal): -953915 or 12939761. OLE color: 12939761.
HSL color Cylindrical-coordinate representation of color #F171C5: hue angle of 320.62º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F171C5 is Cyan = 0, Magento = 0.53, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 113 | 197 | - |
| CMYK | 0 | 0.53 | 0.18 | 0.05 |
| HSL | 320.63º | 0.82% | 0.69% | - |
| HSV(B) | 320.63º | 0.53% | 0.95% | - |
| XYZ | 52.26 | 34.54 | 56.74 | - |
| YUV | 160.85 | 148.41 | 185.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 113 | 197 | 0 | 0.53 | 0.18 | 0.05 | 320.63 | 0.82 | 0.69 |
| Hex | F1 | 71 | C5 | 0 | 35 | 12 | 5 | 141 | 52 | 45 |
| Octal | 361 | 161 | 305 | 0 | 65 | 22 | 5 | 501 | 122 | 105 |
| Binary | 11110001 | 1110001 | 11000101 | 0 | 110101 | 10010 | 101 | 101000001 | 1010010 | 1000101 |
Color Harmonies of #F171C5
Complementary color
Monochromatic Colors of #F171C5
Black with #F171C5
Text Example
Text Example
White with #F171C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F171C5; }
p { color: rgb(241,113,197); }
H1.HeaderClassName
{
color: #F171C5;
}
.AnyTagClassName
{
color: #F171C5;
}
</style>
background-color css
<style>
a { background-color: #F171C5; }
a { background-color: rgb(241,113,197); }
div.DivClassName
{
background-color: #F171C5;
}
.BgClassName
{
background-color: #F171C5;
}
</style>
border-color css
<style>
span { border-color: #F171C5; }
span { border-color: rgb(241,113,197); }
td.TdClassName
{
border-color: #F171C5;
}
.TagClassName
{
border-color: #F171C5;
}
</style>