Shades of Neon Pink #F173D3
Tints of Neon Pink #F173D3
RGB
CMYK
RGB Variations
Color information
#F173D3 (or 0xF173D3) is known color: Neon Pink. HEX triplet: F1, 73 and D3. RGB value is (241,115,211). Sum of RGB (Red+Green+Blue) = 241+115+211=567 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.50% from 567); Green value is 115 (45.31% from 255 or 20.28% from 567); Blue value is 211 (82.81% from 255 or 37.21% from 567); Max value from RGB is 241 - color contains mainly: red. Hex color #F173D3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F173D3 is #0E8C2C. Grayscale: #A3A3A3. Windows color (decimal): -953389 or 13857777. OLE color: 13857777.
HSL color Cylindrical-coordinate representation of color #F173D3: hue angle of 314.29º 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 #F173D3 is Cyan = 0, Magento = 0.52, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 115 | 211 | - |
| CMYK | 0 | 0.52 | 0.12 | 0.05 |
| HSL | 314.29º | 0.82% | 0.7% | - |
| HSV(B) | 314.29º | 0.52% | 0.95% | - |
| XYZ | 54.16 | 35.67 | 65.66 | - |
| YUV | 163.62 | 154.74 | 183.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 115 | 211 | 0 | 0.52 | 0.12 | 0.05 | 314.29 | 0.82 | 0.7 |
| Hex | F1 | 73 | D3 | 0 | 34 | C | 5 | 13A | 52 | 46 |
| Octal | 361 | 163 | 323 | 0 | 64 | 14 | 5 | 472 | 122 | 106 |
| Binary | 11110001 | 1110011 | 11010011 | 0 | 110100 | 1100 | 101 | 100111010 | 1010010 | 1000110 |
Color Harmonies of #F173D3
Complementary color
Monochromatic Colors of #F173D3
Black with #F173D3
Text Example
Text Example
White with #F173D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F173D3; }
p { color: rgb(241,115,211); }
H1.HeaderClassName
{
color: #F173D3;
}
.AnyTagClassName
{
color: #F173D3;
}
</style>
background-color css
<style>
a { background-color: #F173D3; }
a { background-color: rgb(241,115,211); }
div.DivClassName
{
background-color: #F173D3;
}
.BgClassName
{
background-color: #F173D3;
}
</style>
border-color css
<style>
span { border-color: #F173D3; }
span { border-color: rgb(241,115,211); }
td.TdClassName
{
border-color: #F173D3;
}
.TagClassName
{
border-color: #F173D3;
}
</style>