Shades of Neon Pink #F06ACF
Tints of Neon Pink #F06ACF
RGB
CMYK
RGB Variations
Color information
#F06ACF (or 0xF06ACF) is known color: Neon Pink. HEX triplet: F0, 6A and CF. RGB value is (240,106,207). Sum of RGB (Red+Green+Blue) = 240+106+207=553 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.40% from 553); Green value is 106 (41.80% from 255 or 19.17% from 553); Blue value is 207 (81.25% from 255 or 37.43% from 553); Max value from RGB is 240 - color contains mainly: red. Hex color #F06ACF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F06ACF is #0F9530. Grayscale: #9D9D9D. Windows color (decimal): -1021233 or 13593328. OLE color: 13593328.
HSL color Cylindrical-coordinate representation of color #F06ACF: hue angle of 314.78º 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 #F06ACF is Cyan = 0, Magento = 0.56, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 106 | 207 | - |
| CMYK | 0 | 0.56 | 0.14 | 0.06 |
| HSL | 314.78º | 0.82% | 0.68% | - |
| HSV(B) | 314.78º | 0.56% | 0.94% | - |
| XYZ | 52.35 | 33.34 | 62.71 | - |
| YUV | 157.58 | 155.89 | 186.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 106 | 207 | 0 | 0.56 | 0.14 | 0.06 | 314.78 | 0.82 | 0.68 |
| Hex | F0 | 6A | CF | 0 | 38 | E | 6 | 13B | 52 | 44 |
| Octal | 360 | 152 | 317 | 0 | 70 | 16 | 6 | 473 | 122 | 104 |
| Binary | 11110000 | 1101010 | 11001111 | 0 | 111000 | 1110 | 110 | 100111011 | 1010010 | 1000100 |
Color Harmonies of #F06ACF
Complementary color
Monochromatic Colors of #F06ACF
Black with #F06ACF
Text Example
Text Example
White with #F06ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06ACF; }
p { color: rgb(240,106,207); }
H1.HeaderClassName
{
color: #F06ACF;
}
.AnyTagClassName
{
color: #F06ACF;
}
</style>
background-color css
<style>
a { background-color: #F06ACF; }
a { background-color: rgb(240,106,207); }
div.DivClassName
{
background-color: #F06ACF;
}
.BgClassName
{
background-color: #F06ACF;
}
</style>
border-color css
<style>
span { border-color: #F06ACF; }
span { border-color: rgb(240,106,207); }
td.TdClassName
{
border-color: #F06ACF;
}
.TagClassName
{
border-color: #F06ACF;
}
</style>