Shades of Neon Pink #F767C2
Tints of Neon Pink #F767C2
RGB
CMYK
RGB Variations
Color information
#F767C2 (or 0xF767C2) is known color: Neon Pink. HEX triplet: F7, 67 and C2. RGB value is (247,103,194). Sum of RGB (Red+Green+Blue) = 247+103+194=544 (72% of max value = 765). Red value is 247 (96.88% from 255 or 45.40% from 544); Green value is 103 (40.62% from 255 or 18.93% from 544); Blue value is 194 (76.17% from 255 or 35.66% from 544); Max value from RGB is 247 - color contains mainly: red. Hex color #F767C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F767C2 is #08983D. Grayscale: #9C9C9C. Windows color (decimal): -563262 or 12740599. OLE color: 12740599.
HSL color Cylindrical-coordinate representation of color #F767C2: hue angle of 322.08º 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 #F767C2 is Cyan = 0, Magento = 0.58, Yellow = 0.21 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 103 | 194 | - |
| CMYK | 0 | 0.58 | 0.21 | 0.03 |
| HSL | 322.08º | 0.9% | 0.69% | - |
| HSV(B) | 322.08º | 0.58% | 0.97% | - |
| XYZ | 52.95 | 33.37 | 54.69 | - |
| YUV | 156.43 | 149.21 | 192.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 103 | 194 | 0 | 0.58 | 0.21 | 0.03 | 322.08 | 0.9 | 0.69 |
| Hex | F7 | 67 | C2 | 0 | 3A | 15 | 3 | 142 | 5A | 45 |
| Octal | 367 | 147 | 302 | 0 | 72 | 25 | 3 | 502 | 132 | 105 |
| Binary | 11110111 | 1100111 | 11000010 | 0 | 111010 | 10101 | 11 | 101000010 | 1011010 | 1000101 |
Color Harmonies of #F767C2
Complementary color
Monochromatic Colors of #F767C2
Black with #F767C2
Text Example
Text Example
White with #F767C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F767C2; }
p { color: rgb(247,103,194); }
H1.HeaderClassName
{
color: #F767C2;
}
.AnyTagClassName
{
color: #F767C2;
}
</style>
background-color css
<style>
a { background-color: #F767C2; }
a { background-color: rgb(247,103,194); }
div.DivClassName
{
background-color: #F767C2;
}
.BgClassName
{
background-color: #F767C2;
}
</style>
border-color css
<style>
span { border-color: #F767C2; }
span { border-color: rgb(247,103,194); }
td.TdClassName
{
border-color: #F767C2;
}
.TagClassName
{
border-color: #F767C2;
}
</style>