Shades of Neon Pink #F069CF
Tints of Neon Pink #F069CF
RGB
CMYK
RGB Variations
Color information
#F069CF (or 0xF069CF) is known color: Neon Pink. HEX triplet: F0, 69 and CF. RGB value is (240,105,207). Sum of RGB (Red+Green+Blue) = 240+105+207=552 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.48% from 552); Green value is 105 (41.41% from 255 or 19.02% from 552); Blue value is 207 (81.25% from 255 or 37.5% from 552); Max value from RGB is 240 - color contains mainly: red. Hex color #F069CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F069CF is #0F9630. Grayscale: #9C9C9C. Windows color (decimal): -1021489 or 13593072. OLE color: 13593072.
HSL color Cylindrical-coordinate representation of color #F069CF: hue angle of 314.67º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F069CF is Cyan = 0, Magento = 0.56, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 105 | 207 | - |
| CMYK | 0 | 0.56 | 0.14 | 0.06 |
| HSL | 314.67º | 0.82% | 0.68% | - |
| HSV(B) | 314.67º | 0.56% | 0.94% | - |
| XYZ | 52.25 | 33.13 | 62.67 | - |
| YUV | 156.99 | 156.23 | 187.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 105 | 207 | 0 | 0.56 | 0.14 | 0.06 | 314.67 | 0.82 | 0.68 |
| Hex | F0 | 69 | CF | 0 | 38 | E | 6 | 13B | 52 | 44 |
| Octal | 360 | 151 | 317 | 0 | 70 | 16 | 6 | 473 | 122 | 104 |
| Binary | 11110000 | 1101001 | 11001111 | 0 | 111000 | 1110 | 110 | 100111011 | 1010010 | 1000100 |
Color Harmonies of #F069CF
Complementary color
Monochromatic Colors of #F069CF
Black with #F069CF
Text Example
Text Example
White with #F069CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F069CF; }
p { color: rgb(240,105,207); }
H1.HeaderClassName
{
color: #F069CF;
}
.AnyTagClassName
{
color: #F069CF;
}
</style>
background-color css
<style>
a { background-color: #F069CF; }
a { background-color: rgb(240,105,207); }
div.DivClassName
{
background-color: #F069CF;
}
.BgClassName
{
background-color: #F069CF;
}
</style>
border-color css
<style>
span { border-color: #F069CF; }
span { border-color: rgb(240,105,207); }
td.TdClassName
{
border-color: #F069CF;
}
.TagClassName
{
border-color: #F069CF;
}
</style>