Shades of Neon Pink #F767CA
Tints of Neon Pink #F767CA
RGB
CMYK
RGB Variations
Color information
#F767CA (or 0xF767CA) is known color: Neon Pink. HEX triplet: F7, 67 and CA. RGB value is (247,103,202). Sum of RGB (Red+Green+Blue) = 247+103+202=552 (73% of max value = 765). Red value is 247 (96.88% from 255 or 44.75% from 552); Green value is 103 (40.62% from 255 or 18.66% from 552); Blue value is 202 (79.30% from 255 or 36.59% from 552); Max value from RGB is 247 - color contains mainly: red. Hex color #F767CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F767CA is #089835. Grayscale: #9D9D9D. Windows color (decimal): -563254 or 13264887. OLE color: 13264887.
HSL color Cylindrical-coordinate representation of color #F767CA: hue angle of 318.75º 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 #F767CA is Cyan = 0, Magento = 0.58, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 103 | 202 | - |
| CMYK | 0 | 0.58 | 0.18 | 0.03 |
| HSL | 318.75º | 0.9% | 0.69% | - |
| HSV(B) | 318.75º | 0.58% | 0.97% | - |
| XYZ | 53.87 | 33.74 | 59.55 | - |
| YUV | 157.34 | 153.21 | 191.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 103 | 202 | 0 | 0.58 | 0.18 | 0.03 | 318.75 | 0.9 | 0.69 |
| Hex | F7 | 67 | CA | 0 | 3A | 12 | 3 | 13F | 5A | 45 |
| Octal | 367 | 147 | 312 | 0 | 72 | 22 | 3 | 477 | 132 | 105 |
| Binary | 11110111 | 1100111 | 11001010 | 0 | 111010 | 10010 | 11 | 100111111 | 1011010 | 1000101 |
Color Harmonies of #F767CA
Complementary color
Monochromatic Colors of #F767CA
Black with #F767CA
Text Example
Text Example
White with #F767CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F767CA; }
p { color: rgb(247,103,202); }
H1.HeaderClassName
{
color: #F767CA;
}
.AnyTagClassName
{
color: #F767CA;
}
</style>
background-color css
<style>
a { background-color: #F767CA; }
a { background-color: rgb(247,103,202); }
div.DivClassName
{
background-color: #F767CA;
}
.BgClassName
{
background-color: #F767CA;
}
</style>
border-color css
<style>
span { border-color: #F767CA; }
span { border-color: rgb(247,103,202); }
td.TdClassName
{
border-color: #F767CA;
}
.TagClassName
{
border-color: #F767CA;
}
</style>