Shades of Neon Pink #F170C4
Tints of Neon Pink #F170C4
RGB
CMYK
RGB Variations
Color information
#F170C4 (or 0xF170C4) is known color: Neon Pink. HEX triplet: F1, 70 and C4. RGB value is (241,112,196). Sum of RGB (Red+Green+Blue) = 241+112+196=549 (72% of max value = 765). Red value is 241 (94.53% from 255 or 43.90% from 549); Green value is 112 (44.14% from 255 or 20.40% from 549); Blue value is 196 (76.95% from 255 or 35.70% from 549); Max value from RGB is 241 - color contains mainly: red. Hex color #F170C4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F170C4 is #0E8F3B. Grayscale: #9F9F9F. Windows color (decimal): -954172 or 12873969. OLE color: 12873969.
HSL color Cylindrical-coordinate representation of color #F170C4: hue angle of 320.93º 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 #F170C4 is Cyan = 0, Magento = 0.54, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 112 | 196 | - |
| CMYK | 0 | 0.54 | 0.19 | 0.05 |
| HSL | 320.93º | 0.82% | 0.69% | - |
| HSV(B) | 320.93º | 0.54% | 0.95% | - |
| XYZ | 52.03 | 34.27 | 56.1 | - |
| YUV | 160.15 | 148.24 | 185.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 112 | 196 | 0 | 0.54 | 0.19 | 0.05 | 320.93 | 0.82 | 0.69 |
| Hex | F1 | 70 | C4 | 0 | 36 | 13 | 5 | 141 | 52 | 45 |
| Octal | 361 | 160 | 304 | 0 | 66 | 23 | 5 | 501 | 122 | 105 |
| Binary | 11110001 | 1110000 | 11000100 | 0 | 110110 | 10011 | 101 | 101000001 | 1010010 | 1000101 |
Color Harmonies of #F170C4
Complementary color
Monochromatic Colors of #F170C4
Black with #F170C4
Text Example
Text Example
White with #F170C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F170C4; }
p { color: rgb(241,112,196); }
H1.HeaderClassName
{
color: #F170C4;
}
.AnyTagClassName
{
color: #F170C4;
}
</style>
background-color css
<style>
a { background-color: #F170C4; }
a { background-color: rgb(241,112,196); }
div.DivClassName
{
background-color: #F170C4;
}
.BgClassName
{
background-color: #F170C4;
}
</style>
border-color css
<style>
span { border-color: #F170C4; }
span { border-color: rgb(241,112,196); }
td.TdClassName
{
border-color: #F170C4;
}
.TagClassName
{
border-color: #F170C4;
}
</style>