Shades of Neon Pink #F170CC
Tints of Neon Pink #F170CC
RGB
CMYK
RGB Variations
Color information
#F170CC (or 0xF170CC) is known color: Neon Pink. HEX triplet: F1, 70 and CC. RGB value is (241,112,204). Sum of RGB (Red+Green+Blue) = 241+112+204=557 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.27% from 557); Green value is 112 (44.14% from 255 or 20.11% from 557); Blue value is 204 (80.08% from 255 or 36.62% from 557); Max value from RGB is 241 - color contains mainly: red. Hex color #F170CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F170CC is #0E8F33. Grayscale: #A0A0A0. Windows color (decimal): -954164 or 13398257. OLE color: 13398257.
HSL color Cylindrical-coordinate representation of color #F170CC: hue angle of 317.21º 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 #F170CC is Cyan = 0, Magento = 0.54, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 112 | 204 | - |
| CMYK | 0 | 0.54 | 0.15 | 0.05 |
| HSL | 317.21º | 0.82% | 0.69% | - |
| HSV(B) | 317.21º | 0.54% | 0.95% | - |
| XYZ | 52.97 | 34.65 | 61.02 | - |
| YUV | 161.06 | 152.24 | 185.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 112 | 204 | 0 | 0.54 | 0.15 | 0.05 | 317.21 | 0.82 | 0.69 |
| Hex | F1 | 70 | CC | 0 | 36 | F | 5 | 13D | 52 | 45 |
| Octal | 361 | 160 | 314 | 0 | 66 | 17 | 5 | 475 | 122 | 105 |
| Binary | 11110001 | 1110000 | 11001100 | 0 | 110110 | 1111 | 101 | 100111101 | 1010010 | 1000101 |
Color Harmonies of #F170CC
Complementary color
Monochromatic Colors of #F170CC
Black with #F170CC
Text Example
Text Example
White with #F170CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F170CC; }
p { color: rgb(241,112,204); }
H1.HeaderClassName
{
color: #F170CC;
}
.AnyTagClassName
{
color: #F170CC;
}
</style>
background-color css
<style>
a { background-color: #F170CC; }
a { background-color: rgb(241,112,204); }
div.DivClassName
{
background-color: #F170CC;
}
.BgClassName
{
background-color: #F170CC;
}
</style>
border-color css
<style>
span { border-color: #F170CC; }
span { border-color: rgb(241,112,204); }
td.TdClassName
{
border-color: #F170CC;
}
.TagClassName
{
border-color: #F170CC;
}
</style>