Shades of Neon Pink #F05CC0
Tints of Neon Pink #F05CC0
RGB
CMYK
RGB Variations
Color information
#F05CC0 (or 0xF05CC0) is known color: Neon Pink. HEX triplet: F0, 5C and C0. RGB value is (240,92,192). Sum of RGB (Red+Green+Blue) = 240+92+192=524 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.80% from 524); Green value is 92 (36.33% from 255 or 17.56% from 524); Blue value is 192 (75.39% from 255 or 36.64% from 524); Max value from RGB is 240 - color contains mainly: red. Hex color #F05CC0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F05CC0 is #0FA33F. Grayscale: #939393. Windows color (decimal): -1024832 or 12606704. OLE color: 12606704.
HSL color Cylindrical-coordinate representation of color #F05CC0: hue angle of 319.46º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F05CC0 is Cyan = 0, Magento = 0.62, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 92 | 192 | - |
| CMYK | 0 | 0.62 | 0.20 | 0.06 |
| HSL | 319.46º | 0.83% | 0.65% | - |
| HSV(B) | 319.46º | 0.62% | 0.94% | - |
| XYZ | 49.28 | 29.99 | 53.06 | - |
| YUV | 147.65 | 153.03 | 193.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 92 | 192 | 0 | 0.62 | 0.20 | 0.06 | 319.46 | 0.83 | 0.65 |
| Hex | F0 | 5C | C0 | 0 | 3E | 14 | 6 | 13F | 53 | 41 |
| Octal | 360 | 134 | 300 | 0 | 76 | 24 | 6 | 477 | 123 | 101 |
| Binary | 11110000 | 1011100 | 11000000 | 0 | 111110 | 10100 | 110 | 100111111 | 1010011 | 1000001 |
Color Harmonies of #F05CC0
Complementary color
Monochromatic Colors of #F05CC0
Black with #F05CC0
Text Example
Text Example
White with #F05CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05CC0; }
p { color: rgb(240,92,192); }
H1.HeaderClassName
{
color: #F05CC0;
}
.AnyTagClassName
{
color: #F05CC0;
}
</style>
background-color css
<style>
a { background-color: #F05CC0; }
a { background-color: rgb(240,92,192); }
div.DivClassName
{
background-color: #F05CC0;
}
.BgClassName
{
background-color: #F05CC0;
}
</style>
border-color css
<style>
span { border-color: #F05CC0; }
span { border-color: rgb(240,92,192); }
td.TdClassName
{
border-color: #F05CC0;
}
.TagClassName
{
border-color: #F05CC0;
}
</style>