Shades of Neon Pink #F076CB
Tints of Neon Pink #F076CB
RGB
CMYK
RGB Variations
Color information
#F076CB (or 0xF076CB) is known color: Neon Pink. HEX triplet: F0, 76 and CB. RGB value is (240,118,203). Sum of RGB (Red+Green+Blue) = 240+118+203=561 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.78% from 561); Green value is 118 (46.48% from 255 or 21.03% from 561); Blue value is 203 (79.69% from 255 or 36.19% from 561); Max value from RGB is 240 - color contains mainly: red. Hex color #F076CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F076CB is #0F8934. Grayscale: #A3A3A3. Windows color (decimal): -1018165 or 13334256. OLE color: 13334256.
HSL color Cylindrical-coordinate representation of color #F076CB: hue angle of 318.2º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F076CB is Cyan = 0, Magento = 0.51, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 118 | 203 | - |
| CMYK | 0 | 0.51 | 0.15 | 0.06 |
| HSL | 318.2º | 0.8% | 0.7% | - |
| HSV(B) | 318.2º | 0.51% | 0.94% | - |
| XYZ | 53.19 | 35.79 | 60.61 | - |
| YUV | 164.17 | 149.92 | 182.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 118 | 203 | 0 | 0.51 | 0.15 | 0.06 | 318.2 | 0.8 | 0.7 |
| Hex | F0 | 76 | CB | 0 | 33 | F | 6 | 13E | 50 | 46 |
| Octal | 360 | 166 | 313 | 0 | 63 | 17 | 6 | 476 | 120 | 106 |
| Binary | 11110000 | 1110110 | 11001011 | 0 | 110011 | 1111 | 110 | 100111110 | 1010000 | 1000110 |
Color Harmonies of #F076CB
Complementary color
Monochromatic Colors of #F076CB
Black with #F076CB
Text Example
Text Example
White with #F076CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F076CB; }
p { color: rgb(240,118,203); }
H1.HeaderClassName
{
color: #F076CB;
}
.AnyTagClassName
{
color: #F076CB;
}
</style>
background-color css
<style>
a { background-color: #F076CB; }
a { background-color: rgb(240,118,203); }
div.DivClassName
{
background-color: #F076CB;
}
.BgClassName
{
background-color: #F076CB;
}
</style>
border-color css
<style>
span { border-color: #F076CB; }
span { border-color: rgb(240,118,203); }
td.TdClassName
{
border-color: #F076CB;
}
.TagClassName
{
border-color: #F076CB;
}
</style>