Shades of Neon Pink #F06FC5
Tints of Neon Pink #F06FC5
RGB
CMYK
RGB Variations
Color information
#F06FC5 (or 0xF06FC5) is known color: Neon Pink. HEX triplet: F0, 6F and C5. RGB value is (240,111,197). Sum of RGB (Red+Green+Blue) = 240+111+197=548 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.80% from 548); Green value is 111 (43.75% from 255 or 20.26% from 548); Blue value is 197 (77.34% from 255 or 35.95% from 548); Max value from RGB is 240 - color contains mainly: red. Hex color #F06FC5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F06FC5 is #0F903A. Grayscale: #9F9F9F. Windows color (decimal): -1019963 or 12939248. OLE color: 12939248.
HSL color Cylindrical-coordinate representation of color #F06FC5: hue angle of 320º 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 #F06FC5 is Cyan = 0, Magento = 0.54, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 111 | 197 | - |
| CMYK | 0 | 0.54 | 0.18 | 0.06 |
| HSL | 320º | 0.81% | 0.69% | - |
| HSV(B) | 320º | 0.54% | 0.94% | - |
| XYZ | 51.7 | 33.93 | 56.65 | - |
| YUV | 159.38 | 149.24 | 185.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 111 | 197 | 0 | 0.54 | 0.18 | 0.06 | 320 | 0.81 | 0.69 |
| Hex | F0 | 6F | C5 | 0 | 36 | 12 | 6 | 140 | 51 | 45 |
| Octal | 360 | 157 | 305 | 0 | 66 | 22 | 6 | 500 | 121 | 105 |
| Binary | 11110000 | 1101111 | 11000101 | 0 | 110110 | 10010 | 110 | 101000000 | 1010001 | 1000101 |
Color Harmonies of #F06FC5
Complementary color
Monochromatic Colors of #F06FC5
Black with #F06FC5
Text Example
Text Example
White with #F06FC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06FC5; }
p { color: rgb(240,111,197); }
H1.HeaderClassName
{
color: #F06FC5;
}
.AnyTagClassName
{
color: #F06FC5;
}
</style>
background-color css
<style>
a { background-color: #F06FC5; }
a { background-color: rgb(240,111,197); }
div.DivClassName
{
background-color: #F06FC5;
}
.BgClassName
{
background-color: #F06FC5;
}
</style>
border-color css
<style>
span { border-color: #F06FC5; }
span { border-color: rgb(240,111,197); }
td.TdClassName
{
border-color: #F06FC5;
}
.TagClassName
{
border-color: #F06FC5;
}
</style>