Shades of Neon Pink #F069BD
Tints of Neon Pink #F069BD
RGB
CMYK
RGB Variations
Color information
#F069BD (or 0xF069BD) is known color: Neon Pink. HEX triplet: F0, 69 and BD. RGB value is (240,105,189). Sum of RGB (Red+Green+Blue) = 240+105+189=534 (70% of max value = 765). Red value is 240 (94.14% from 255 or 44.94% from 534); Green value is 105 (41.41% from 255 or 19.66% from 534); Blue value is 189 (74.22% from 255 or 35.39% from 534); Max value from RGB is 240 - color contains mainly: red. Hex color #F069BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F069BD is #0F9642. Grayscale: #9A9A9A. Windows color (decimal): -1021507 or 12413424. OLE color: 12413424.
HSL color Cylindrical-coordinate representation of color #F069BD: hue angle of 322.67º 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 #F069BD is Cyan = 0, Magento = 0.56, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 105 | 189 | - |
| CMYK | 0 | 0.56 | 0.21 | 0.06 |
| HSL | 322.67º | 0.82% | 0.68% | - |
| HSV(B) | 322.67º | 0.56% | 0.94% | - |
| XYZ | 50.17 | 32.3 | 51.73 | - |
| YUV | 154.94 | 147.23 | 188.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 105 | 189 | 0 | 0.56 | 0.21 | 0.06 | 322.67 | 0.82 | 0.68 |
| Hex | F0 | 69 | BD | 0 | 38 | 15 | 6 | 143 | 52 | 44 |
| Octal | 360 | 151 | 275 | 0 | 70 | 25 | 6 | 503 | 122 | 104 |
| Binary | 11110000 | 1101001 | 10111101 | 0 | 111000 | 10101 | 110 | 101000011 | 1010010 | 1000100 |
Color Harmonies of #F069BD
Complementary color
Monochromatic Colors of #F069BD
Black with #F069BD
Text Example
Text Example
White with #F069BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F069BD; }
p { color: rgb(240,105,189); }
H1.HeaderClassName
{
color: #F069BD;
}
.AnyTagClassName
{
color: #F069BD;
}
</style>
background-color css
<style>
a { background-color: #F069BD; }
a { background-color: rgb(240,105,189); }
div.DivClassName
{
background-color: #F069BD;
}
.BgClassName
{
background-color: #F069BD;
}
</style>
border-color css
<style>
span { border-color: #F069BD; }
span { border-color: rgb(240,105,189); }
td.TdClassName
{
border-color: #F069BD;
}
.TagClassName
{
border-color: #F069BD;
}
</style>