Shades of Neon Pink #F069CB
Tints of Neon Pink #F069CB
RGB
CMYK
RGB Variations
Color information
#F069CB (or 0xF069CB) is known color: Neon Pink. HEX triplet: F0, 69 and CB. RGB value is (240,105,203). Sum of RGB (Red+Green+Blue) = 240+105+203=548 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.80% from 548); Green value is 105 (41.41% from 255 or 19.16% from 548); Blue value is 203 (79.69% from 255 or 37.04% from 548); Max value from RGB is 240 - color contains mainly: red. Hex color #F069CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F069CB is #0F9634. Grayscale: #9C9C9C. Windows color (decimal): -1021493 or 13330928. OLE color: 13330928.
HSL color Cylindrical-coordinate representation of color #F069CB: hue angle of 316.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 #F069CB is Cyan = 0, Magento = 0.56, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 105 | 203 | - |
| CMYK | 0 | 0.56 | 0.15 | 0.06 |
| HSL | 316.44º | 0.82% | 0.68% | - |
| HSV(B) | 316.44º | 0.56% | 0.94% | - |
| XYZ | 51.77 | 32.94 | 60.13 | - |
| YUV | 156.54 | 154.23 | 187.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 105 | 203 | 0 | 0.56 | 0.15 | 0.06 | 316.44 | 0.82 | 0.68 |
| Hex | F0 | 69 | CB | 0 | 38 | F | 6 | 13C | 52 | 44 |
| Octal | 360 | 151 | 313 | 0 | 70 | 17 | 6 | 474 | 122 | 104 |
| Binary | 11110000 | 1101001 | 11001011 | 0 | 111000 | 1111 | 110 | 100111100 | 1010010 | 1000100 |
Color Harmonies of #F069CB
Complementary color
Monochromatic Colors of #F069CB
Black with #F069CB
Text Example
Text Example
White with #F069CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F069CB; }
p { color: rgb(240,105,203); }
H1.HeaderClassName
{
color: #F069CB;
}
.AnyTagClassName
{
color: #F069CB;
}
</style>
background-color css
<style>
a { background-color: #F069CB; }
a { background-color: rgb(240,105,203); }
div.DivClassName
{
background-color: #F069CB;
}
.BgClassName
{
background-color: #F069CB;
}
</style>
border-color css
<style>
span { border-color: #F069CB; }
span { border-color: rgb(240,105,203); }
td.TdClassName
{
border-color: #F069CB;
}
.TagClassName
{
border-color: #F069CB;
}
</style>