Shades of Neon Pink #F177D2
Tints of Neon Pink #F177D2
RGB
CMYK
RGB Variations
Color information
#F177D2 (or 0xF177D2) is known color: Neon Pink. HEX triplet: F1, 77 and D2. RGB value is (241,119,210). Sum of RGB (Red+Green+Blue) = 241+119+210=570 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.28% from 570); Green value is 119 (46.88% from 255 or 20.88% from 570); Blue value is 210 (82.42% from 255 or 36.84% from 570); Max value from RGB is 241 - color contains mainly: red. Hex color #F177D2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F177D2 is #0E882D. Grayscale: #A5A5A5. Windows color (decimal): -952366 or 13793265. OLE color: 13793265.
HSL color Cylindrical-coordinate representation of color #F177D2: hue angle of 315.25º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F177D2 is Cyan = 0, Magento = 0.51, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 119 | 210 | - |
| CMYK | 0 | 0.51 | 0.13 | 0.05 |
| HSL | 315.25º | 0.81% | 0.71% | - |
| HSV(B) | 315.25º | 0.51% | 0.95% | - |
| XYZ | 54.51 | 36.55 | 65.15 | - |
| YUV | 165.85 | 152.92 | 181.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 119 | 210 | 0 | 0.51 | 0.13 | 0.05 | 315.25 | 0.81 | 0.71 |
| Hex | F1 | 77 | D2 | 0 | 33 | D | 5 | 13B | 51 | 47 |
| Octal | 361 | 167 | 322 | 0 | 63 | 15 | 5 | 473 | 121 | 107 |
| Binary | 11110001 | 1110111 | 11010010 | 0 | 110011 | 1101 | 101 | 100111011 | 1010001 | 1000111 |
Color Harmonies of #F177D2
Complementary color
Monochromatic Colors of #F177D2
Black with #F177D2
Text Example
Text Example
White with #F177D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F177D2; }
p { color: rgb(241,119,210); }
H1.HeaderClassName
{
color: #F177D2;
}
.AnyTagClassName
{
color: #F177D2;
}
</style>
background-color css
<style>
a { background-color: #F177D2; }
a { background-color: rgb(241,119,210); }
div.DivClassName
{
background-color: #F177D2;
}
.BgClassName
{
background-color: #F177D2;
}
</style>
border-color css
<style>
span { border-color: #F177D2; }
span { border-color: rgb(241,119,210); }
td.TdClassName
{
border-color: #F177D2;
}
.TagClassName
{
border-color: #F177D2;
}
</style>