Shades of Neon Pink #F06FC1
Tints of Neon Pink #F06FC1
RGB
CMYK
RGB Variations
Color information
#F06FC1 (or 0xF06FC1) is known color: Neon Pink. HEX triplet: F0, 6F and C1. RGB value is (240,111,193). Sum of RGB (Red+Green+Blue) = 240+111+193=544 (72% of max value = 765). Red value is 240 (94.14% from 255 or 44.12% from 544); Green value is 111 (43.75% from 255 or 20.40% from 544); Blue value is 193 (75.78% from 255 or 35.48% from 544); Max value from RGB is 240 - color contains mainly: red. Hex color #F06FC1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F06FC1 is #0F903E. Grayscale: #9E9E9E. Windows color (decimal): -1019967 or 12677104. OLE color: 12677104.
HSL color Cylindrical-coordinate representation of color #F06FC1: hue angle of 321.86º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F06FC1 is Cyan = 0, Magento = 0.54, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 111 | 193 | - |
| CMYK | 0 | 0.54 | 0.20 | 0.06 |
| HSL | 321.86º | 0.81% | 0.69% | - |
| HSV(B) | 321.86º | 0.54% | 0.94% | - |
| XYZ | 51.25 | 33.74 | 54.26 | - |
| YUV | 158.92 | 147.24 | 185.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 111 | 193 | 0 | 0.54 | 0.20 | 0.06 | 321.86 | 0.81 | 0.69 |
| Hex | F0 | 6F | C1 | 0 | 36 | 14 | 6 | 142 | 51 | 45 |
| Octal | 360 | 157 | 301 | 0 | 66 | 24 | 6 | 502 | 121 | 105 |
| Binary | 11110000 | 1101111 | 11000001 | 0 | 110110 | 10100 | 110 | 101000010 | 1010001 | 1000101 |
Color Harmonies of #F06FC1
Complementary color
Monochromatic Colors of #F06FC1
Black with #F06FC1
Text Example
Text Example
White with #F06FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06FC1; }
p { color: rgb(240,111,193); }
H1.HeaderClassName
{
color: #F06FC1;
}
.AnyTagClassName
{
color: #F06FC1;
}
</style>
background-color css
<style>
a { background-color: #F06FC1; }
a { background-color: rgb(240,111,193); }
div.DivClassName
{
background-color: #F06FC1;
}
.BgClassName
{
background-color: #F06FC1;
}
</style>
border-color css
<style>
span { border-color: #F06FC1; }
span { border-color: rgb(240,111,193); }
td.TdClassName
{
border-color: #F06FC1;
}
.TagClassName
{
border-color: #F06FC1;
}
</style>