Shades of Neon Pink #F069C2
Tints of Neon Pink #F069C2
RGB
CMYK
RGB Variations
Color information
#F069C2 (or 0xF069C2) is known color: Neon Pink. HEX triplet: F0, 69 and C2. RGB value is (240,105,194). Sum of RGB (Red+Green+Blue) = 240+105+194=539 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.53% from 539); Green value is 105 (41.41% from 255 or 19.48% from 539); Blue value is 194 (76.17% from 255 or 35.99% from 539); Max value from RGB is 240 - color contains mainly: red. Hex color #F069C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F069C2 is #0F963D. Grayscale: #9B9B9B. Windows color (decimal): -1021502 or 12741104. OLE color: 12741104.
HSL color Cylindrical-coordinate representation of color #F069C2: hue angle of 320.44º 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 #F069C2 is Cyan = 0, Magento = 0.56, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 105 | 194 | - |
| CMYK | 0 | 0.56 | 0.19 | 0.06 |
| HSL | 320.44º | 0.82% | 0.68% | - |
| HSV(B) | 320.44º | 0.56% | 0.94% | - |
| XYZ | 50.72 | 32.52 | 54.64 | - |
| YUV | 155.51 | 149.73 | 188.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 105 | 194 | 0 | 0.56 | 0.19 | 0.06 | 320.44 | 0.82 | 0.68 |
| Hex | F0 | 69 | C2 | 0 | 38 | 13 | 6 | 140 | 52 | 44 |
| Octal | 360 | 151 | 302 | 0 | 70 | 23 | 6 | 500 | 122 | 104 |
| Binary | 11110000 | 1101001 | 11000010 | 0 | 111000 | 10011 | 110 | 101000000 | 1010010 | 1000100 |
Color Harmonies of #F069C2
Complementary color
Monochromatic Colors of #F069C2
Black with #F069C2
Text Example
Text Example
White with #F069C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F069C2; }
p { color: rgb(240,105,194); }
H1.HeaderClassName
{
color: #F069C2;
}
.AnyTagClassName
{
color: #F069C2;
}
</style>
background-color css
<style>
a { background-color: #F069C2; }
a { background-color: rgb(240,105,194); }
div.DivClassName
{
background-color: #F069C2;
}
.BgClassName
{
background-color: #F069C2;
}
</style>
border-color css
<style>
span { border-color: #F069C2; }
span { border-color: rgb(240,105,194); }
td.TdClassName
{
border-color: #F069C2;
}
.TagClassName
{
border-color: #F069C2;
}
</style>