Shades of Neon Pink #F068CF
Tints of Neon Pink #F068CF
RGB
CMYK
RGB Variations
Color information
#F068CF (or 0xF068CF) is known color: Neon Pink. HEX triplet: F0, 68 and CF. RGB value is (240,104,207). Sum of RGB (Red+Green+Blue) = 240+104+207=551 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.56% from 551); Green value is 104 (41.02% from 255 or 18.87% from 551); Blue value is 207 (81.25% from 255 or 37.57% from 551); Max value from RGB is 240 - color contains mainly: red. Hex color #F068CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F068CF is #0F9730. Grayscale: #9C9C9C. Windows color (decimal): -1021745 or 13592816. OLE color: 13592816.
HSL color Cylindrical-coordinate representation of color #F068CF: hue angle of 314.56º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F068CF is Cyan = 0, Magento = 0.57, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 104 | 207 | - |
| CMYK | 0 | 0.57 | 0.14 | 0.06 |
| HSL | 314.56º | 0.82% | 0.67% | - |
| HSV(B) | 314.56º | 0.57% | 0.94% | - |
| XYZ | 52.15 | 32.93 | 62.64 | - |
| YUV | 156.41 | 156.56 | 187.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 104 | 207 | 0 | 0.57 | 0.14 | 0.06 | 314.56 | 0.82 | 0.67 |
| Hex | F0 | 68 | CF | 0 | 39 | E | 6 | 13B | 52 | 43 |
| Octal | 360 | 150 | 317 | 0 | 71 | 16 | 6 | 473 | 122 | 103 |
| Binary | 11110000 | 1101000 | 11001111 | 0 | 111001 | 1110 | 110 | 100111011 | 1010010 | 1000011 |
Color Harmonies of #F068CF
Complementary color
Monochromatic Colors of #F068CF
Black with #F068CF
Text Example
Text Example
White with #F068CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F068CF; }
p { color: rgb(240,104,207); }
H1.HeaderClassName
{
color: #F068CF;
}
.AnyTagClassName
{
color: #F068CF;
}
</style>
background-color css
<style>
a { background-color: #F068CF; }
a { background-color: rgb(240,104,207); }
div.DivClassName
{
background-color: #F068CF;
}
.BgClassName
{
background-color: #F068CF;
}
</style>
border-color css
<style>
span { border-color: #F068CF; }
span { border-color: rgb(240,104,207); }
td.TdClassName
{
border-color: #F068CF;
}
.TagClassName
{
border-color: #F068CF;
}
</style>