Shades of Neon Pink #F765C6
Tints of Neon Pink #F765C6
RGB
CMYK
RGB Variations
Color information
#F765C6 (or 0xF765C6) is known color: Neon Pink. HEX triplet: F7, 65 and C6. RGB value is (247,101,198). Sum of RGB (Red+Green+Blue) = 247+101+198=546 (72% of max value = 765). Red value is 247 (96.88% from 255 or 45.24% from 546); Green value is 101 (39.84% from 255 or 18.50% from 546); Blue value is 198 (77.73% from 255 or 36.26% from 546); Max value from RGB is 247 - color contains mainly: red. Hex color #F765C6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F765C6 is #089A39. Grayscale: #9B9B9B. Windows color (decimal): -563770 or 13002231. OLE color: 13002231.
HSL color Cylindrical-coordinate representation of color #F765C6: hue angle of 320.14º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F765C6 is Cyan = 0, Magento = 0.59, Yellow = 0.20 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 101 | 198 | - |
| CMYK | 0 | 0.59 | 0.20 | 0.03 |
| HSL | 320.14º | 0.9% | 0.68% | - |
| HSV(B) | 320.14º | 0.59% | 0.97% | - |
| XYZ | 53.2 | 33.16 | 57.02 | - |
| YUV | 155.71 | 151.87 | 193.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 101 | 198 | 0 | 0.59 | 0.20 | 0.03 | 320.14 | 0.9 | 0.68 |
| Hex | F7 | 65 | C6 | 0 | 3B | 14 | 3 | 140 | 5A | 44 |
| Octal | 367 | 145 | 306 | 0 | 73 | 24 | 3 | 500 | 132 | 104 |
| Binary | 11110111 | 1100101 | 11000110 | 0 | 111011 | 10100 | 11 | 101000000 | 1011010 | 1000100 |
Color Harmonies of #F765C6
Complementary color
Monochromatic Colors of #F765C6
Black with #F765C6
Text Example
Text Example
White with #F765C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F765C6; }
p { color: rgb(247,101,198); }
H1.HeaderClassName
{
color: #F765C6;
}
.AnyTagClassName
{
color: #F765C6;
}
</style>
background-color css
<style>
a { background-color: #F765C6; }
a { background-color: rgb(247,101,198); }
div.DivClassName
{
background-color: #F765C6;
}
.BgClassName
{
background-color: #F765C6;
}
</style>
border-color css
<style>
span { border-color: #F765C6; }
span { border-color: rgb(247,101,198); }
td.TdClassName
{
border-color: #F765C6;
}
.TagClassName
{
border-color: #F765C6;
}
</style>