Shades of Neon Pink #F067CA
Tints of Neon Pink #F067CA
RGB
CMYK
RGB Variations
Color information
#F067CA (or 0xF067CA) is known color: Neon Pink. HEX triplet: F0, 67 and CA. RGB value is (240,103,202). Sum of RGB (Red+Green+Blue) = 240+103+202=545 (72% of max value = 765). Red value is 240 (94.14% from 255 or 44.04% from 545); Green value is 103 (40.62% from 255 or 18.90% from 545); Blue value is 202 (79.30% from 255 or 37.06% from 545); Max value from RGB is 240 - color contains mainly: red. Hex color #F067CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F067CA is #0F9835. Grayscale: #9A9A9A. Windows color (decimal): -1022006 or 13264880. OLE color: 13264880.
HSL color Cylindrical-coordinate representation of color #F067CA: hue angle of 316.64º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F067CA is Cyan = 0, Magento = 0.57, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 103 | 202 | - |
| CMYK | 0 | 0.57 | 0.16 | 0.06 |
| HSL | 316.64º | 0.82% | 0.67% | - |
| HSV(B) | 316.64º | 0.57% | 0.94% | - |
| XYZ | 51.45 | 32.49 | 59.44 | - |
| YUV | 155.25 | 154.39 | 188.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 103 | 202 | 0 | 0.57 | 0.16 | 0.06 | 316.64 | 0.82 | 0.67 |
| Hex | F0 | 67 | CA | 0 | 39 | 10 | 6 | 13D | 52 | 43 |
| Octal | 360 | 147 | 312 | 0 | 71 | 20 | 6 | 475 | 122 | 103 |
| Binary | 11110000 | 1100111 | 11001010 | 0 | 111001 | 10000 | 110 | 100111101 | 1010010 | 1000011 |
Color Harmonies of #F067CA
Complementary color
Monochromatic Colors of #F067CA
Black with #F067CA
Text Example
Text Example
White with #F067CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F067CA; }
p { color: rgb(240,103,202); }
H1.HeaderClassName
{
color: #F067CA;
}
.AnyTagClassName
{
color: #F067CA;
}
</style>
background-color css
<style>
a { background-color: #F067CA; }
a { background-color: rgb(240,103,202); }
div.DivClassName
{
background-color: #F067CA;
}
.BgClassName
{
background-color: #F067CA;
}
</style>
border-color css
<style>
span { border-color: #F067CA; }
span { border-color: rgb(240,103,202); }
td.TdClassName
{
border-color: #F067CA;
}
.TagClassName
{
border-color: #F067CA;
}
</style>