Shades of Neon Pink #F77BD3
Tints of Neon Pink #F77BD3
RGB
CMYK
RGB Variations
Color information
#F77BD3 (or 0xF77BD3) is known color: Neon Pink. HEX triplet: F7, 7B and D3. RGB value is (247,123,211). Sum of RGB (Red+Green+Blue) = 247+123+211=581 (76% of max value = 765). Red value is 247 (96.88% from 255 or 42.51% from 581); Green value is 123 (48.44% from 255 or 21.17% from 581); Blue value is 211 (82.81% from 255 or 36.32% from 581); Max value from RGB is 247 - color contains mainly: red. Hex color #F77BD3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F77BD3 is #08842C. Grayscale: #A9A9A9. Windows color (decimal): -558125 or 13859831. OLE color: 13859831.
HSL color Cylindrical-coordinate representation of color #F77BD3: hue angle of 317.42º degrees, saturation: 0.89, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F77BD3 is Cyan = 0, Magento = 0.50, Yellow = 0.15 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 123 | 211 | - |
| CMYK | 0 | 0.50 | 0.15 | 0.03 |
| HSL | 317.42º | 0.89% | 0.73% | - |
| HSV(B) | 317.42º | 0.5% | 0.97% | - |
| XYZ | 57.2 | 38.64 | 66.07 | - |
| YUV | 170.11 | 151.08 | 182.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 123 | 211 | 0 | 0.50 | 0.15 | 0.03 | 317.42 | 0.89 | 0.73 |
| Hex | F7 | 7B | D3 | 0 | 32 | F | 3 | 13D | 59 | 49 |
| Octal | 367 | 173 | 323 | 0 | 62 | 17 | 3 | 475 | 131 | 111 |
| Binary | 11110111 | 1111011 | 11010011 | 0 | 110010 | 1111 | 11 | 100111101 | 1011001 | 1001001 |
Color Harmonies of #F77BD3
Complementary color
Monochromatic Colors of #F77BD3
Black with #F77BD3
Text Example
Text Example
White with #F77BD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77BD3; }
p { color: rgb(247,123,211); }
H1.HeaderClassName
{
color: #F77BD3;
}
.AnyTagClassName
{
color: #F77BD3;
}
</style>
background-color css
<style>
a { background-color: #F77BD3; }
a { background-color: rgb(247,123,211); }
div.DivClassName
{
background-color: #F77BD3;
}
.BgClassName
{
background-color: #F77BD3;
}
</style>
border-color css
<style>
span { border-color: #F77BD3; }
span { border-color: rgb(247,123,211); }
td.TdClassName
{
border-color: #F77BD3;
}
.TagClassName
{
border-color: #F77BD3;
}
</style>