Shades of Neon Pink #F072CA
Tints of Neon Pink #F072CA
RGB
CMYK
RGB Variations
Color information
#F072CA (or 0xF072CA) is known color: Neon Pink. HEX triplet: F0, 72 and CA. RGB value is (240,114,202). Sum of RGB (Red+Green+Blue) = 240+114+202=556 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.17% from 556); Green value is 114 (44.92% from 255 or 20.50% from 556); Blue value is 202 (79.30% from 255 or 36.33% from 556); Max value from RGB is 240 - color contains mainly: red. Hex color #F072CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F072CA is #0F8D35. Grayscale: #A1A1A1. Windows color (decimal): -1019190 or 13267696. OLE color: 13267696.
HSL color Cylindrical-coordinate representation of color #F072CA: hue angle of 318.1º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F072CA is Cyan = 0, Magento = 0.52, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 114 | 202 | - |
| CMYK | 0 | 0.52 | 0.16 | 0.06 |
| HSL | 318.1º | 0.81% | 0.69% | - |
| HSV(B) | 318.1º | 0.53% | 0.94% | - |
| XYZ | 52.61 | 34.82 | 59.83 | - |
| YUV | 161.71 | 150.74 | 183.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 114 | 202 | 0 | 0.52 | 0.16 | 0.06 | 318.1 | 0.81 | 0.69 |
| Hex | F0 | 72 | CA | 0 | 34 | 10 | 6 | 13E | 51 | 45 |
| Octal | 360 | 162 | 312 | 0 | 64 | 20 | 6 | 476 | 121 | 105 |
| Binary | 11110000 | 1110010 | 11001010 | 0 | 110100 | 10000 | 110 | 100111110 | 1010001 | 1000101 |
Color Harmonies of #F072CA
Complementary color
Monochromatic Colors of #F072CA
Black with #F072CA
Text Example
Text Example
White with #F072CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F072CA; }
p { color: rgb(240,114,202); }
H1.HeaderClassName
{
color: #F072CA;
}
.AnyTagClassName
{
color: #F072CA;
}
</style>
background-color css
<style>
a { background-color: #F072CA; }
a { background-color: rgb(240,114,202); }
div.DivClassName
{
background-color: #F072CA;
}
.BgClassName
{
background-color: #F072CA;
}
</style>
border-color css
<style>
span { border-color: #F072CA; }
span { border-color: rgb(240,114,202); }
td.TdClassName
{
border-color: #F072CA;
}
.TagClassName
{
border-color: #F072CA;
}
</style>