Shades of Neon Pink #F173D4
Tints of Neon Pink #F173D4
RGB
CMYK
RGB Variations
Color information
#F173D4 (or 0xF173D4) is known color: Neon Pink. HEX triplet: F1, 73 and D4. RGB value is (241,115,212). Sum of RGB (Red+Green+Blue) = 241+115+212=568 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.43% from 568); Green value is 115 (45.31% from 255 or 20.25% from 568); Blue value is 212 (83.20% from 255 or 37.32% from 568); Max value from RGB is 241 - color contains mainly: red. Hex color #F173D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F173D4 is #0E8C2B. Grayscale: #A3A3A3. Windows color (decimal): -953388 or 13923313. OLE color: 13923313.
HSL color Cylindrical-coordinate representation of color #F173D4: hue angle of 313.81º 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 #F173D4 is Cyan = 0, Magento = 0.52, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 115 | 212 | - |
| CMYK | 0 | 0.52 | 0.12 | 0.05 |
| HSL | 313.81º | 0.82% | 0.7% | - |
| HSV(B) | 313.81º | 0.52% | 0.95% | - |
| XYZ | 54.29 | 35.72 | 66.32 | - |
| YUV | 163.73 | 155.24 | 183.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 115 | 212 | 0 | 0.52 | 0.12 | 0.05 | 313.81 | 0.82 | 0.7 |
| Hex | F1 | 73 | D4 | 0 | 34 | C | 5 | 13A | 52 | 46 |
| Octal | 361 | 163 | 324 | 0 | 64 | 14 | 5 | 472 | 122 | 106 |
| Binary | 11110001 | 1110011 | 11010100 | 0 | 110100 | 1100 | 101 | 100111010 | 1010010 | 1000110 |
Color Harmonies of #F173D4
Complementary color
Monochromatic Colors of #F173D4
Black with #F173D4
Text Example
Text Example
White with #F173D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F173D4; }
p { color: rgb(241,115,212); }
H1.HeaderClassName
{
color: #F173D4;
}
.AnyTagClassName
{
color: #F173D4;
}
</style>
background-color css
<style>
a { background-color: #F173D4; }
a { background-color: rgb(241,115,212); }
div.DivClassName
{
background-color: #F173D4;
}
.BgClassName
{
background-color: #F173D4;
}
</style>
border-color css
<style>
span { border-color: #F173D4; }
span { border-color: rgb(241,115,212); }
td.TdClassName
{
border-color: #F173D4;
}
.TagClassName
{
border-color: #F173D4;
}
</style>