Shades of Neon Pink #F05FC0
Tints of Neon Pink #F05FC0
RGB
CMYK
RGB Variations
Color information
#F05FC0 (or 0xF05FC0) is known color: Neon Pink. HEX triplet: F0, 5F and C0. RGB value is (240,95,192). Sum of RGB (Red+Green+Blue) = 240+95+192=527 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.54% from 527); Green value is 95 (37.5% from 255 or 18.03% from 527); Blue value is 192 (75.39% from 255 or 36.43% from 527); Max value from RGB is 240 - color contains mainly: red. Hex color #F05FC0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F05FC0 is #0FA03F. Grayscale: #959595. Windows color (decimal): -1024064 or 12607472. OLE color: 12607472.
HSL color Cylindrical-coordinate representation of color #F05FC0: hue angle of 319.86º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F05FC0 is Cyan = 0, Magento = 0.60, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 95 | 192 | - |
| CMYK | 0 | 0.60 | 0.20 | 0.06 |
| HSL | 319.86º | 0.83% | 0.66% | - |
| HSV(B) | 319.86º | 0.6% | 0.94% | - |
| XYZ | 49.54 | 30.52 | 53.15 | - |
| YUV | 149.41 | 152.04 | 192.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 95 | 192 | 0 | 0.60 | 0.20 | 0.06 | 319.86 | 0.83 | 0.66 |
| Hex | F0 | 5F | C0 | 0 | 3C | 14 | 6 | 140 | 53 | 42 |
| Octal | 360 | 137 | 300 | 0 | 74 | 24 | 6 | 500 | 123 | 102 |
| Binary | 11110000 | 1011111 | 11000000 | 0 | 111100 | 10100 | 110 | 101000000 | 1010011 | 1000010 |
Color Harmonies of #F05FC0
Complementary color
Monochromatic Colors of #F05FC0
Black with #F05FC0
Text Example
Text Example
White with #F05FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05FC0; }
p { color: rgb(240,95,192); }
H1.HeaderClassName
{
color: #F05FC0;
}
.AnyTagClassName
{
color: #F05FC0;
}
</style>
background-color css
<style>
a { background-color: #F05FC0; }
a { background-color: rgb(240,95,192); }
div.DivClassName
{
background-color: #F05FC0;
}
.BgClassName
{
background-color: #F05FC0;
}
</style>
border-color css
<style>
span { border-color: #F05FC0; }
span { border-color: rgb(240,95,192); }
td.TdClassName
{
border-color: #F05FC0;
}
.TagClassName
{
border-color: #F05FC0;
}
</style>