Shades of Neon Pink #F173C4
Tints of Neon Pink #F173C4
RGB
CMYK
RGB Variations
Color information
#F173C4 (or 0xF173C4) is known color: Neon Pink. HEX triplet: F1, 73 and C4. RGB value is (241,115,196). Sum of RGB (Red+Green+Blue) = 241+115+196=552 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.66% from 552); Green value is 115 (45.31% from 255 or 20.83% from 552); Blue value is 196 (76.95% from 255 or 35.51% from 552); Max value from RGB is 241 - color contains mainly: red. Hex color #F173C4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F173C4 is #0E8C3B. Grayscale: #A1A1A1. Windows color (decimal): -953404 or 12874737. OLE color: 12874737.
HSL color Cylindrical-coordinate representation of color #F173C4: hue angle of 321.43º 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 #F173C4 is Cyan = 0, Magento = 0.52, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 115 | 196 | - |
| CMYK | 0 | 0.52 | 0.19 | 0.05 |
| HSL | 321.43º | 0.82% | 0.7% | - |
| HSV(B) | 321.43º | 0.52% | 0.95% | - |
| XYZ | 52.37 | 34.95 | 56.21 | - |
| YUV | 161.91 | 147.24 | 184.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 115 | 196 | 0 | 0.52 | 0.19 | 0.05 | 321.43 | 0.82 | 0.7 |
| Hex | F1 | 73 | C4 | 0 | 34 | 13 | 5 | 141 | 52 | 46 |
| Octal | 361 | 163 | 304 | 0 | 64 | 23 | 5 | 501 | 122 | 106 |
| Binary | 11110001 | 1110011 | 11000100 | 0 | 110100 | 10011 | 101 | 101000001 | 1010010 | 1000110 |
Color Harmonies of #F173C4
Complementary color
Monochromatic Colors of #F173C4
Black with #F173C4
Text Example
Text Example
White with #F173C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F173C4; }
p { color: rgb(241,115,196); }
H1.HeaderClassName
{
color: #F173C4;
}
.AnyTagClassName
{
color: #F173C4;
}
</style>
background-color css
<style>
a { background-color: #F173C4; }
a { background-color: rgb(241,115,196); }
div.DivClassName
{
background-color: #F173C4;
}
.BgClassName
{
background-color: #F173C4;
}
</style>
border-color css
<style>
span { border-color: #F173C4; }
span { border-color: rgb(241,115,196); }
td.TdClassName
{
border-color: #F173C4;
}
.TagClassName
{
border-color: #F173C4;
}
</style>