Shades of Neon Pink #F767C7
Tints of Neon Pink #F767C7
RGB
CMYK
RGB Variations
Color information
#F767C7 (or 0xF767C7) is known color: Neon Pink. HEX triplet: F7, 67 and C7. RGB value is (247,103,199). Sum of RGB (Red+Green+Blue) = 247+103+199=549 (72% of max value = 765). Red value is 247 (96.88% from 255 or 44.99% from 549); Green value is 103 (40.62% from 255 or 18.76% from 549); Blue value is 199 (78.12% from 255 or 36.25% from 549); Max value from RGB is 247 - color contains mainly: red. Hex color #F767C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F767C7 is #089838. Grayscale: #9C9C9C. Windows color (decimal): -563257 or 13068279. OLE color: 13068279.
HSL color Cylindrical-coordinate representation of color #F767C7: hue angle of 320º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F767C7 is Cyan = 0, Magento = 0.58, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 103 | 199 | - |
| CMYK | 0 | 0.58 | 0.19 | 0.03 |
| HSL | 320º | 0.9% | 0.69% | - |
| HSV(B) | 320º | 0.58% | 0.97% | - |
| XYZ | 53.52 | 33.6 | 57.7 | - |
| YUV | 157 | 151.71 | 192.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 103 | 199 | 0 | 0.58 | 0.19 | 0.03 | 320 | 0.9 | 0.69 |
| Hex | F7 | 67 | C7 | 0 | 3A | 13 | 3 | 140 | 5A | 45 |
| Octal | 367 | 147 | 307 | 0 | 72 | 23 | 3 | 500 | 132 | 105 |
| Binary | 11110111 | 1100111 | 11000111 | 0 | 111010 | 10011 | 11 | 101000000 | 1011010 | 1000101 |
Color Harmonies of #F767C7
Complementary color
Monochromatic Colors of #F767C7
Black with #F767C7
Text Example
Text Example
White with #F767C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F767C7; }
p { color: rgb(247,103,199); }
H1.HeaderClassName
{
color: #F767C7;
}
.AnyTagClassName
{
color: #F767C7;
}
</style>
background-color css
<style>
a { background-color: #F767C7; }
a { background-color: rgb(247,103,199); }
div.DivClassName
{
background-color: #F767C7;
}
.BgClassName
{
background-color: #F767C7;
}
</style>
border-color css
<style>
span { border-color: #F767C7; }
span { border-color: rgb(247,103,199); }
td.TdClassName
{
border-color: #F767C7;
}
.TagClassName
{
border-color: #F767C7;
}
</style>