Shades of Neon Pink #F173D2
Tints of Neon Pink #F173D2
RGB
CMYK
RGB Variations
Color information
#F173D2 (or 0xF173D2) is known color: Neon Pink. HEX triplet: F1, 73 and D2. RGB value is (241,115,210). Sum of RGB (Red+Green+Blue) = 241+115+210=566 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.58% from 566); Green value is 115 (45.31% from 255 or 20.32% from 566); Blue value is 210 (82.42% from 255 or 37.10% from 566); Max value from RGB is 241 - color contains mainly: red. Hex color #F173D2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F173D2 is #0E8C2D. Grayscale: #A3A3A3. Windows color (decimal): -953390 or 13792241. OLE color: 13792241.
HSL color Cylindrical-coordinate representation of color #F173D2: hue angle of 314.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 #F173D2 is Cyan = 0, Magento = 0.52, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 115 | 210 | - |
| CMYK | 0 | 0.52 | 0.13 | 0.05 |
| HSL | 314.76º | 0.82% | 0.7% | - |
| HSV(B) | 314.76º | 0.52% | 0.95% | - |
| XYZ | 54.04 | 35.62 | 65 | - |
| YUV | 163.5 | 154.24 | 183.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 115 | 210 | 0 | 0.52 | 0.13 | 0.05 | 314.76 | 0.82 | 0.7 |
| Hex | F1 | 73 | D2 | 0 | 34 | D | 5 | 13B | 52 | 46 |
| Octal | 361 | 163 | 322 | 0 | 64 | 15 | 5 | 473 | 122 | 106 |
| Binary | 11110001 | 1110011 | 11010010 | 0 | 110100 | 1101 | 101 | 100111011 | 1010010 | 1000110 |
Color Harmonies of #F173D2
Complementary color
Monochromatic Colors of #F173D2
Black with #F173D2
Text Example
Text Example
White with #F173D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F173D2; }
p { color: rgb(241,115,210); }
H1.HeaderClassName
{
color: #F173D2;
}
.AnyTagClassName
{
color: #F173D2;
}
</style>
background-color css
<style>
a { background-color: #F173D2; }
a { background-color: rgb(241,115,210); }
div.DivClassName
{
background-color: #F173D2;
}
.BgClassName
{
background-color: #F173D2;
}
</style>
border-color css
<style>
span { border-color: #F173D2; }
span { border-color: rgb(241,115,210); }
td.TdClassName
{
border-color: #F173D2;
}
.TagClassName
{
border-color: #F173D2;
}
</style>