Shades of Neon Pink #F174CC
Tints of Neon Pink #F174CC
RGB
CMYK
RGB Variations
Color information
#F174CC (or 0xF174CC) is known color: Neon Pink. HEX triplet: F1, 74 and CC. RGB value is (241,116,204). Sum of RGB (Red+Green+Blue) = 241+116+204=561 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.96% from 561); Green value is 116 (45.70% from 255 or 20.68% from 561); Blue value is 204 (80.08% from 255 or 36.36% from 561); Max value from RGB is 241 - color contains mainly: red. Hex color #F174CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F174CC is #0E8B33. Grayscale: #A3A3A3. Windows color (decimal): -953140 or 13399281. OLE color: 13399281.
HSL color Cylindrical-coordinate representation of color #F174CC: hue angle of 317.76º 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 #F174CC is Cyan = 0, Magento = 0.52, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 116 | 204 | - |
| CMYK | 0 | 0.52 | 0.15 | 0.05 |
| HSL | 317.76º | 0.82% | 0.7% | - |
| HSV(B) | 317.76º | 0.52% | 0.95% | - |
| XYZ | 53.42 | 35.55 | 61.17 | - |
| YUV | 163.41 | 150.91 | 183.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 116 | 204 | 0 | 0.52 | 0.15 | 0.05 | 317.76 | 0.82 | 0.7 |
| Hex | F1 | 74 | CC | 0 | 34 | F | 5 | 13E | 52 | 46 |
| Octal | 361 | 164 | 314 | 0 | 64 | 17 | 5 | 476 | 122 | 106 |
| Binary | 11110001 | 1110100 | 11001100 | 0 | 110100 | 1111 | 101 | 100111110 | 1010010 | 1000110 |
Color Harmonies of #F174CC
Complementary color
Monochromatic Colors of #F174CC
Black with #F174CC
Text Example
Text Example
White with #F174CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F174CC; }
p { color: rgb(241,116,204); }
H1.HeaderClassName
{
color: #F174CC;
}
.AnyTagClassName
{
color: #F174CC;
}
</style>
background-color css
<style>
a { background-color: #F174CC; }
a { background-color: rgb(241,116,204); }
div.DivClassName
{
background-color: #F174CC;
}
.BgClassName
{
background-color: #F174CC;
}
</style>
border-color css
<style>
span { border-color: #F174CC; }
span { border-color: rgb(241,116,204); }
td.TdClassName
{
border-color: #F174CC;
}
.TagClassName
{
border-color: #F174CC;
}
</style>