Shades of Neon Pink #F768BD
Tints of Neon Pink #F768BD
RGB
CMYK
RGB Variations
Color information
#F768BD (or 0xF768BD) is known color: Neon Pink. HEX triplet: F7, 68 and BD. RGB value is (247,104,189). Sum of RGB (Red+Green+Blue) = 247+104+189=540 (71% of max value = 765). Red value is 247 (96.88% from 255 or 45.74% from 540); Green value is 104 (41.02% from 255 or 19.26% from 540); Blue value is 189 (74.22% from 255 or 35% from 540); Max value from RGB is 247 - color contains mainly: red. Hex color #F768BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F768BD is #089742. Grayscale: #9C9C9C. Windows color (decimal): -563011 or 12413175. OLE color: 12413175.
HSL color Cylindrical-coordinate representation of color #F768BD: hue angle of 324.34º 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 #F768BD is Cyan = 0, Magento = 0.58, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 104 | 189 | - |
| CMYK | 0 | 0.58 | 0.23 | 0.03 |
| HSL | 324.34º | 0.9% | 0.69% | - |
| HSV(B) | 324.34º | 0.58% | 0.97% | - |
| XYZ | 52.49 | 33.35 | 51.81 | - |
| YUV | 156.45 | 146.38 | 192.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 104 | 189 | 0 | 0.58 | 0.23 | 0.03 | 324.34 | 0.9 | 0.69 |
| Hex | F7 | 68 | BD | 0 | 3A | 17 | 3 | 144 | 5A | 45 |
| Octal | 367 | 150 | 275 | 0 | 72 | 27 | 3 | 504 | 132 | 105 |
| Binary | 11110111 | 1101000 | 10111101 | 0 | 111010 | 10111 | 11 | 101000100 | 1011010 | 1000101 |
Color Harmonies of #F768BD
Complementary color
Monochromatic Colors of #F768BD
Black with #F768BD
Text Example
Text Example
White with #F768BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F768BD; }
p { color: rgb(247,104,189); }
H1.HeaderClassName
{
color: #F768BD;
}
.AnyTagClassName
{
color: #F768BD;
}
</style>
background-color css
<style>
a { background-color: #F768BD; }
a { background-color: rgb(247,104,189); }
div.DivClassName
{
background-color: #F768BD;
}
.BgClassName
{
background-color: #F768BD;
}
</style>
border-color css
<style>
span { border-color: #F768BD; }
span { border-color: rgb(247,104,189); }
td.TdClassName
{
border-color: #F768BD;
}
.TagClassName
{
border-color: #F768BD;
}
</style>