Shades of Neon Pink #F075CA
Tints of Neon Pink #F075CA
RGB
CMYK
RGB Variations
Color information
#F075CA (or 0xF075CA) is known color: Neon Pink. HEX triplet: F0, 75 and CA. RGB value is (240,117,202). Sum of RGB (Red+Green+Blue) = 240+117+202=559 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.93% from 559); Green value is 117 (46.09% from 255 or 20.93% from 559); Blue value is 202 (79.30% from 255 or 36.14% from 559); Max value from RGB is 240 - color contains mainly: red. Hex color #F075CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F075CA is #0F8A35. Grayscale: #A3A3A3. Windows color (decimal): -1018422 or 13268464. OLE color: 13268464.
HSL color Cylindrical-coordinate representation of color #F075CA: hue angle of 318.54º 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 #F075CA is Cyan = 0, Magento = 0.51, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 117 | 202 | - |
| CMYK | 0 | 0.51 | 0.16 | 0.06 |
| HSL | 318.54º | 0.8% | 0.7% | - |
| HSV(B) | 318.54º | 0.51% | 0.94% | - |
| XYZ | 52.96 | 35.51 | 59.94 | - |
| YUV | 163.47 | 149.75 | 182.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 117 | 202 | 0 | 0.51 | 0.16 | 0.06 | 318.54 | 0.8 | 0.7 |
| Hex | F0 | 75 | CA | 0 | 33 | 10 | 6 | 13F | 50 | 46 |
| Octal | 360 | 165 | 312 | 0 | 63 | 20 | 6 | 477 | 120 | 106 |
| Binary | 11110000 | 1110101 | 11001010 | 0 | 110011 | 10000 | 110 | 100111111 | 1010000 | 1000110 |
Color Harmonies of #F075CA
Complementary color
Monochromatic Colors of #F075CA
Black with #F075CA
Text Example
Text Example
White with #F075CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F075CA; }
p { color: rgb(240,117,202); }
H1.HeaderClassName
{
color: #F075CA;
}
.AnyTagClassName
{
color: #F075CA;
}
</style>
background-color css
<style>
a { background-color: #F075CA; }
a { background-color: rgb(240,117,202); }
div.DivClassName
{
background-color: #F075CA;
}
.BgClassName
{
background-color: #F075CA;
}
</style>
border-color css
<style>
span { border-color: #F075CA; }
span { border-color: rgb(240,117,202); }
td.TdClassName
{
border-color: #F075CA;
}
.TagClassName
{
border-color: #F075CA;
}
</style>