Shades of Neon Pink #F173CB
Tints of Neon Pink #F173CB
RGB
CMYK
RGB Variations
Color information
#F173CB (or 0xF173CB) is known color: Neon Pink. HEX triplet: F1, 73 and CB. RGB value is (241,115,203). Sum of RGB (Red+Green+Blue) = 241+115+203=559 (74% of max value = 765). Red value is 241 (94.53% from 255 or 43.11% from 559); Green value is 115 (45.31% from 255 or 20.57% from 559); Blue value is 203 (79.69% from 255 or 36.31% from 559); Max value from RGB is 241 - color contains mainly: red. Hex color #F173CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F173CB is #0E8C34. Grayscale: #A2A2A2. Windows color (decimal): -953397 or 13333489. OLE color: 13333489.
HSL color Cylindrical-coordinate representation of color #F173CB: hue angle of 318.1º 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 #F173CB is Cyan = 0, Magento = 0.52, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 115 | 203 | - |
| CMYK | 0 | 0.52 | 0.16 | 0.05 |
| HSL | 318.1º | 0.82% | 0.7% | - |
| HSV(B) | 318.1º | 0.52% | 0.95% | - |
| XYZ | 53.19 | 35.27 | 60.51 | - |
| YUV | 162.71 | 150.74 | 183.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 115 | 203 | 0 | 0.52 | 0.16 | 0.05 | 318.1 | 0.82 | 0.7 |
| Hex | F1 | 73 | CB | 0 | 34 | 10 | 5 | 13E | 52 | 46 |
| Octal | 361 | 163 | 313 | 0 | 64 | 20 | 5 | 476 | 122 | 106 |
| Binary | 11110001 | 1110011 | 11001011 | 0 | 110100 | 10000 | 101 | 100111110 | 1010010 | 1000110 |
Color Harmonies of #F173CB
Complementary color
Monochromatic Colors of #F173CB
Black with #F173CB
Text Example
Text Example
White with #F173CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F173CB; }
p { color: rgb(241,115,203); }
H1.HeaderClassName
{
color: #F173CB;
}
.AnyTagClassName
{
color: #F173CB;
}
</style>
background-color css
<style>
a { background-color: #F173CB; }
a { background-color: rgb(241,115,203); }
div.DivClassName
{
background-color: #F173CB;
}
.BgClassName
{
background-color: #F173CB;
}
</style>
border-color css
<style>
span { border-color: #F173CB; }
span { border-color: rgb(241,115,203); }
td.TdClassName
{
border-color: #F173CB;
}
.TagClassName
{
border-color: #F173CB;
}
</style>