Shades of Neon Pink #F06FCF
Tints of Neon Pink #F06FCF
RGB
CMYK
RGB Variations
Color information
#F06FCF (or 0xF06FCF) is known color: Neon Pink. HEX triplet: F0, 6F and CF. RGB value is (240,111,207). Sum of RGB (Red+Green+Blue) = 240+111+207=558 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.01% from 558); Green value is 111 (43.75% from 255 or 19.89% from 558); Blue value is 207 (81.25% from 255 or 37.10% from 558); Max value from RGB is 240 - color contains mainly: red. Hex color #F06FCF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F06FCF is #0F9030. Grayscale: #A0A0A0. Windows color (decimal): -1019953 or 13594608. OLE color: 13594608.
HSL color Cylindrical-coordinate representation of color #F06FCF: hue angle of 315.35º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F06FCF is Cyan = 0, Magento = 0.54, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 111 | 207 | - |
| CMYK | 0 | 0.54 | 0.14 | 0.06 |
| HSL | 315.35º | 0.81% | 0.69% | - |
| HSV(B) | 315.35º | 0.54% | 0.94% | - |
| XYZ | 52.88 | 34.4 | 62.88 | - |
| YUV | 160.52 | 154.24 | 184.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 111 | 207 | 0 | 0.54 | 0.14 | 0.06 | 315.35 | 0.81 | 0.69 |
| Hex | F0 | 6F | CF | 0 | 36 | E | 6 | 13B | 51 | 45 |
| Octal | 360 | 157 | 317 | 0 | 66 | 16 | 6 | 473 | 121 | 105 |
| Binary | 11110000 | 1101111 | 11001111 | 0 | 110110 | 1110 | 110 | 100111011 | 1010001 | 1000101 |
Color Harmonies of #F06FCF
Complementary color
Monochromatic Colors of #F06FCF
Black with #F06FCF
Text Example
Text Example
White with #F06FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06FCF; }
p { color: rgb(240,111,207); }
H1.HeaderClassName
{
color: #F06FCF;
}
.AnyTagClassName
{
color: #F06FCF;
}
</style>
background-color css
<style>
a { background-color: #F06FCF; }
a { background-color: rgb(240,111,207); }
div.DivClassName
{
background-color: #F06FCF;
}
.BgClassName
{
background-color: #F06FCF;
}
</style>
border-color css
<style>
span { border-color: #F06FCF; }
span { border-color: rgb(240,111,207); }
td.TdClassName
{
border-color: #F06FCF;
}
.TagClassName
{
border-color: #F06FCF;
}
</style>