Shades of Neon Pink #F174CA
Tints of Neon Pink #F174CA
RGB
CMYK
RGB Variations
Color information
#F174CA (or 0xF174CA) is known color: Neon Pink. HEX triplet: F1, 74 and CA. RGB value is (241,116,202). Sum of RGB (Red+Green+Blue) = 241+116+202=559 (74% of max value = 765). Red value is 241 (94.53% from 255 or 43.11% from 559); Green value is 116 (45.70% from 255 or 20.75% from 559); Blue value is 202 (79.30% from 255 or 36.14% from 559); Max value from RGB is 241 - color contains mainly: red. Hex color #F174CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F174CA is #0E8B35. Grayscale: #A2A2A2. Windows color (decimal): -953142 or 13268209. OLE color: 13268209.
HSL color Cylindrical-coordinate representation of color #F174CA: hue angle of 318.72º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F174CA is Cyan = 0, Magento = 0.52, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 116 | 202 | - |
| CMYK | 0 | 0.52 | 0.16 | 0.05 |
| HSL | 318.72º | 0.82% | 0.7% | - |
| HSV(B) | 318.72º | 0.52% | 0.95% | - |
| XYZ | 53.18 | 35.46 | 59.92 | - |
| YUV | 163.18 | 149.91 | 183.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 116 | 202 | 0 | 0.52 | 0.16 | 0.05 | 318.72 | 0.82 | 0.7 |
| Hex | F1 | 74 | CA | 0 | 34 | 10 | 5 | 13F | 52 | 46 |
| Octal | 361 | 164 | 312 | 0 | 64 | 20 | 5 | 477 | 122 | 106 |
| Binary | 11110001 | 1110100 | 11001010 | 0 | 110100 | 10000 | 101 | 100111111 | 1010010 | 1000110 |
Color Harmonies of #F174CA
Complementary color
Monochromatic Colors of #F174CA
Black with #F174CA
Text Example
Text Example
White with #F174CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F174CA; }
p { color: rgb(241,116,202); }
H1.HeaderClassName
{
color: #F174CA;
}
.AnyTagClassName
{
color: #F174CA;
}
</style>
background-color css
<style>
a { background-color: #F174CA; }
a { background-color: rgb(241,116,202); }
div.DivClassName
{
background-color: #F174CA;
}
.BgClassName
{
background-color: #F174CA;
}
</style>
border-color css
<style>
span { border-color: #F174CA; }
span { border-color: rgb(241,116,202); }
td.TdClassName
{
border-color: #F174CA;
}
.TagClassName
{
border-color: #F174CA;
}
</style>