Shades of Neon Pink #F177CA
Tints of Neon Pink #F177CA
RGB
CMYK
RGB Variations
Color information
#F177CA (or 0xF177CA) is known color: Neon Pink. HEX triplet: F1, 77 and CA. RGB value is (241,119,202). Sum of RGB (Red+Green+Blue) = 241+119+202=562 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.88% from 562); Green value is 119 (46.88% from 255 or 21.17% from 562); Blue value is 202 (79.30% from 255 or 35.94% from 562); Max value from RGB is 241 - color contains mainly: red. Hex color #F177CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F177CA is #0E8835. Grayscale: #A4A4A4. Windows color (decimal): -952374 or 13268977. OLE color: 13268977.
HSL color Cylindrical-coordinate representation of color #F177CA: hue angle of 319.18º 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 #F177CA is Cyan = 0, Magento = 0.51, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 119 | 202 | - |
| CMYK | 0 | 0.51 | 0.16 | 0.05 |
| HSL | 319.18º | 0.81% | 0.71% | - |
| HSV(B) | 319.18º | 0.51% | 0.95% | - |
| XYZ | 53.53 | 36.16 | 60.03 | - |
| YUV | 164.94 | 148.92 | 182.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 119 | 202 | 0 | 0.51 | 0.16 | 0.05 | 319.18 | 0.81 | 0.71 |
| Hex | F1 | 77 | CA | 0 | 33 | 10 | 5 | 13F | 51 | 47 |
| Octal | 361 | 167 | 312 | 0 | 63 | 20 | 5 | 477 | 121 | 107 |
| Binary | 11110001 | 1110111 | 11001010 | 0 | 110011 | 10000 | 101 | 100111111 | 1010001 | 1000111 |
Color Harmonies of #F177CA
Complementary color
Monochromatic Colors of #F177CA
Black with #F177CA
Text Example
Text Example
White with #F177CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F177CA; }
p { color: rgb(241,119,202); }
H1.HeaderClassName
{
color: #F177CA;
}
.AnyTagClassName
{
color: #F177CA;
}
</style>
background-color css
<style>
a { background-color: #F177CA; }
a { background-color: rgb(241,119,202); }
div.DivClassName
{
background-color: #F177CA;
}
.BgClassName
{
background-color: #F177CA;
}
</style>
border-color css
<style>
span { border-color: #F177CA; }
span { border-color: rgb(241,119,202); }
td.TdClassName
{
border-color: #F177CA;
}
.TagClassName
{
border-color: #F177CA;
}
</style>