Shades of Neon Pink #F069CE
Tints of Neon Pink #F069CE
RGB
CMYK
RGB Variations
Color information
#F069CE (or 0xF069CE) is known color: Neon Pink. HEX triplet: F0, 69 and CE. RGB value is (240,105,206). Sum of RGB (Red+Green+Blue) = 240+105+206=551 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.56% from 551); Green value is 105 (41.41% from 255 or 19.06% from 551); Blue value is 206 (80.86% from 255 or 37.39% from 551); Max value from RGB is 240 - color contains mainly: red. Hex color #F069CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F069CE is #0F9631. Grayscale: #9C9C9C. Windows color (decimal): -1021490 or 13527536. OLE color: 13527536.
HSL color Cylindrical-coordinate representation of color #F069CE: hue angle of 315.11º 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 #F069CE is Cyan = 0, Magento = 0.56, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 105 | 206 | - |
| CMYK | 0 | 0.56 | 0.14 | 0.06 |
| HSL | 315.11º | 0.82% | 0.68% | - |
| HSV(B) | 315.11º | 0.56% | 0.94% | - |
| XYZ | 52.13 | 33.08 | 62.03 | - |
| YUV | 156.88 | 155.73 | 187.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 105 | 206 | 0 | 0.56 | 0.14 | 0.06 | 315.11 | 0.82 | 0.68 |
| Hex | F0 | 69 | CE | 0 | 38 | E | 6 | 13B | 52 | 44 |
| Octal | 360 | 151 | 316 | 0 | 70 | 16 | 6 | 473 | 122 | 104 |
| Binary | 11110000 | 1101001 | 11001110 | 0 | 111000 | 1110 | 110 | 100111011 | 1010010 | 1000100 |
Color Harmonies of #F069CE
Complementary color
Monochromatic Colors of #F069CE
Black with #F069CE
Text Example
Text Example
White with #F069CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F069CE; }
p { color: rgb(240,105,206); }
H1.HeaderClassName
{
color: #F069CE;
}
.AnyTagClassName
{
color: #F069CE;
}
</style>
background-color css
<style>
a { background-color: #F069CE; }
a { background-color: rgb(240,105,206); }
div.DivClassName
{
background-color: #F069CE;
}
.BgClassName
{
background-color: #F069CE;
}
</style>
border-color css
<style>
span { border-color: #F069CE; }
span { border-color: rgb(240,105,206); }
td.TdClassName
{
border-color: #F069CE;
}
.TagClassName
{
border-color: #F069CE;
}
</style>