Shades of Neon Pink #F175D2
Tints of Neon Pink #F175D2
RGB
CMYK
RGB Variations
Color information
#F175D2 (or 0xF175D2) is known color: Neon Pink. HEX triplet: F1, 75 and D2. RGB value is (241,117,210). Sum of RGB (Red+Green+Blue) = 241+117+210=568 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.43% from 568); Green value is 117 (46.09% from 255 or 20.60% from 568); Blue value is 210 (82.42% from 255 or 36.97% from 568); Max value from RGB is 241 - color contains mainly: red. Hex color #F175D2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F175D2 is #0E8A2D. Grayscale: #A4A4A4. Windows color (decimal): -952878 or 13792753. OLE color: 13792753.
HSL color Cylindrical-coordinate representation of color #F175D2: hue angle of 315º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F175D2 is Cyan = 0, Magento = 0.51, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 117 | 210 | - |
| CMYK | 0 | 0.51 | 0.13 | 0.05 |
| HSL | 315º | 0.82% | 0.7% | - |
| HSV(B) | 315º | 0.51% | 0.95% | - |
| XYZ | 54.27 | 36.08 | 65.08 | - |
| YUV | 164.68 | 153.58 | 182.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 117 | 210 | 0 | 0.51 | 0.13 | 0.05 | 315 | 0.82 | 0.7 |
| Hex | F1 | 75 | D2 | 0 | 33 | D | 5 | 13B | 52 | 46 |
| Octal | 361 | 165 | 322 | 0 | 63 | 15 | 5 | 473 | 122 | 106 |
| Binary | 11110001 | 1110101 | 11010010 | 0 | 110011 | 1101 | 101 | 100111011 | 1010010 | 1000110 |
Color Harmonies of #F175D2
Complementary color
Monochromatic Colors of #F175D2
Black with #F175D2
Text Example
Text Example
White with #F175D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F175D2; }
p { color: rgb(241,117,210); }
H1.HeaderClassName
{
color: #F175D2;
}
.AnyTagClassName
{
color: #F175D2;
}
</style>
background-color css
<style>
a { background-color: #F175D2; }
a { background-color: rgb(241,117,210); }
div.DivClassName
{
background-color: #F175D2;
}
.BgClassName
{
background-color: #F175D2;
}
</style>
border-color css
<style>
span { border-color: #F175D2; }
span { border-color: rgb(241,117,210); }
td.TdClassName
{
border-color: #F175D2;
}
.TagClassName
{
border-color: #F175D2;
}
</style>