Shades of Neon Pink #F069BC
Tints of Neon Pink #F069BC
RGB
CMYK
RGB Variations
Color information
#F069BC (or 0xF069BC) is known color: Neon Pink. HEX triplet: F0, 69 and BC. RGB value is (240,105,188). Sum of RGB (Red+Green+Blue) = 240+105+188=533 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.03% from 533); Green value is 105 (41.41% from 255 or 19.70% from 533); Blue value is 188 (73.83% from 255 or 35.27% from 533); Max value from RGB is 240 - color contains mainly: red. Hex color #F069BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F069BC is #0F9643. Grayscale: #9A9A9A. Windows color (decimal): -1021508 or 12347888. OLE color: 12347888.
HSL color Cylindrical-coordinate representation of color #F069BC: hue angle of 323.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 #F069BC is Cyan = 0, Magento = 0.56, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 105 | 188 | - |
| CMYK | 0 | 0.56 | 0.22 | 0.06 |
| HSL | 323.11º | 0.82% | 0.68% | - |
| HSV(B) | 323.11º | 0.56% | 0.94% | - |
| XYZ | 50.06 | 32.26 | 51.16 | - |
| YUV | 154.83 | 146.73 | 188.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 105 | 188 | 0 | 0.56 | 0.22 | 0.06 | 323.11 | 0.82 | 0.68 |
| Hex | F0 | 69 | BC | 0 | 38 | 16 | 6 | 143 | 52 | 44 |
| Octal | 360 | 151 | 274 | 0 | 70 | 26 | 6 | 503 | 122 | 104 |
| Binary | 11110000 | 1101001 | 10111100 | 0 | 111000 | 10110 | 110 | 101000011 | 1010010 | 1000100 |
Color Harmonies of #F069BC
Complementary color
Monochromatic Colors of #F069BC
Black with #F069BC
Text Example
Text Example
White with #F069BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F069BC; }
p { color: rgb(240,105,188); }
H1.HeaderClassName
{
color: #F069BC;
}
.AnyTagClassName
{
color: #F069BC;
}
</style>
background-color css
<style>
a { background-color: #F069BC; }
a { background-color: rgb(240,105,188); }
div.DivClassName
{
background-color: #F069BC;
}
.BgClassName
{
background-color: #F069BC;
}
</style>
border-color css
<style>
span { border-color: #F069BC; }
span { border-color: rgb(240,105,188); }
td.TdClassName
{
border-color: #F069BC;
}
.TagClassName
{
border-color: #F069BC;
}
</style>