Shades of Neon Pink #F172CC
Tints of Neon Pink #F172CC
RGB
CMYK
RGB Variations
Color information
#F172CC (or 0xF172CC) is known color: Neon Pink. HEX triplet: F1, 72 and CC. RGB value is (241,114,204). Sum of RGB (Red+Green+Blue) = 241+114+204=559 (74% of max value = 765). Red value is 241 (94.53% from 255 or 43.11% from 559); Green value is 114 (44.92% from 255 or 20.39% from 559); Blue value is 204 (80.08% from 255 or 36.49% from 559); Max value from RGB is 241 - color contains mainly: red. Hex color #F172CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F172CC is #0E8D33. Grayscale: #A2A2A2. Windows color (decimal): -953652 or 13398769. OLE color: 13398769.
HSL color Cylindrical-coordinate representation of color #F172CC: hue angle of 317.48º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F172CC is Cyan = 0, Magento = 0.53, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 114 | 204 | - |
| CMYK | 0 | 0.53 | 0.15 | 0.05 |
| HSL | 317.48º | 0.82% | 0.7% | - |
| HSV(B) | 317.48º | 0.53% | 0.95% | - |
| XYZ | 53.19 | 35.1 | 61.1 | - |
| YUV | 162.23 | 151.58 | 184.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 114 | 204 | 0 | 0.53 | 0.15 | 0.05 | 317.48 | 0.82 | 0.7 |
| Hex | F1 | 72 | CC | 0 | 35 | F | 5 | 13D | 52 | 46 |
| Octal | 361 | 162 | 314 | 0 | 65 | 17 | 5 | 475 | 122 | 106 |
| Binary | 11110001 | 1110010 | 11001100 | 0 | 110101 | 1111 | 101 | 100111101 | 1010010 | 1000110 |
Color Harmonies of #F172CC
Complementary color
Monochromatic Colors of #F172CC
Black with #F172CC
Text Example
Text Example
White with #F172CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F172CC; }
p { color: rgb(241,114,204); }
H1.HeaderClassName
{
color: #F172CC;
}
.AnyTagClassName
{
color: #F172CC;
}
</style>
background-color css
<style>
a { background-color: #F172CC; }
a { background-color: rgb(241,114,204); }
div.DivClassName
{
background-color: #F172CC;
}
.BgClassName
{
background-color: #F172CC;
}
</style>
border-color css
<style>
span { border-color: #F172CC; }
span { border-color: rgb(241,114,204); }
td.TdClassName
{
border-color: #F172CC;
}
.TagClassName
{
border-color: #F172CC;
}
</style>