Shades of Neon Pink #F069C5
Tints of Neon Pink #F069C5
RGB
CMYK
RGB Variations
Color information
#F069C5 (or 0xF069C5) is known color: Neon Pink. HEX triplet: F0, 69 and C5. RGB value is (240,105,197). Sum of RGB (Red+Green+Blue) = 240+105+197=542 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.28% from 542); Green value is 105 (41.41% from 255 or 19.37% from 542); Blue value is 197 (77.34% from 255 or 36.35% from 542); Max value from RGB is 240 - color contains mainly: red. Hex color #F069C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F069C5 is #0F963A. Grayscale: #9B9B9B. Windows color (decimal): -1021499 or 12937712. OLE color: 12937712.
HSL color Cylindrical-coordinate representation of color #F069C5: hue angle of 319.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 #F069C5 is Cyan = 0, Magento = 0.56, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 105 | 197 | - |
| CMYK | 0 | 0.56 | 0.18 | 0.06 |
| HSL | 319.11º | 0.82% | 0.68% | - |
| HSV(B) | 319.11º | 0.56% | 0.94% | - |
| XYZ | 51.06 | 32.66 | 56.44 | - |
| YUV | 155.85 | 151.23 | 188.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 105 | 197 | 0 | 0.56 | 0.18 | 0.06 | 319.11 | 0.82 | 0.68 |
| Hex | F0 | 69 | C5 | 0 | 38 | 12 | 6 | 13F | 52 | 44 |
| Octal | 360 | 151 | 305 | 0 | 70 | 22 | 6 | 477 | 122 | 104 |
| Binary | 11110000 | 1101001 | 11000101 | 0 | 111000 | 10010 | 110 | 100111111 | 1010010 | 1000100 |
Color Harmonies of #F069C5
Complementary color
Monochromatic Colors of #F069C5
Black with #F069C5
Text Example
Text Example
White with #F069C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F069C5; }
p { color: rgb(240,105,197); }
H1.HeaderClassName
{
color: #F069C5;
}
.AnyTagClassName
{
color: #F069C5;
}
</style>
background-color css
<style>
a { background-color: #F069C5; }
a { background-color: rgb(240,105,197); }
div.DivClassName
{
background-color: #F069C5;
}
.BgClassName
{
background-color: #F069C5;
}
</style>
border-color css
<style>
span { border-color: #F069C5; }
span { border-color: rgb(240,105,197); }
td.TdClassName
{
border-color: #F069C5;
}
.TagClassName
{
border-color: #F069C5;
}
</style>