Shades of Neon Pink #F05CC2
Tints of Neon Pink #F05CC2
RGB
CMYK
RGB Variations
Color information
#F05CC2 (or 0xF05CC2) is known color: Neon Pink. HEX triplet: F0, 5C and C2. RGB value is (240,92,194). Sum of RGB (Red+Green+Blue) = 240+92+194=526 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.63% from 526); Green value is 92 (36.33% from 255 or 17.49% from 526); Blue value is 194 (76.17% from 255 or 36.88% from 526); Max value from RGB is 240 - color contains mainly: red. Hex color #F05CC2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F05CC2 is #0FA33D. Grayscale: #939393. Windows color (decimal): -1024830 or 12737776. OLE color: 12737776.
HSL color Cylindrical-coordinate representation of color #F05CC2: hue angle of 318.65º 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 #F05CC2 is Cyan = 0, Magento = 0.62, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 92 | 194 | - |
| CMYK | 0 | 0.62 | 0.19 | 0.06 |
| HSL | 318.65º | 0.83% | 0.65% | - |
| HSV(B) | 318.65º | 0.62% | 0.94% | - |
| XYZ | 49.5 | 30.07 | 54.23 | - |
| YUV | 147.88 | 154.03 | 193.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 92 | 194 | 0 | 0.62 | 0.19 | 0.06 | 318.65 | 0.83 | 0.65 |
| Hex | F0 | 5C | C2 | 0 | 3E | 13 | 6 | 13F | 53 | 41 |
| Octal | 360 | 134 | 302 | 0 | 76 | 23 | 6 | 477 | 123 | 101 |
| Binary | 11110000 | 1011100 | 11000010 | 0 | 111110 | 10011 | 110 | 100111111 | 1010011 | 1000001 |
Color Harmonies of #F05CC2
Complementary color
Monochromatic Colors of #F05CC2
Black with #F05CC2
Text Example
Text Example
White with #F05CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05CC2; }
p { color: rgb(240,92,194); }
H1.HeaderClassName
{
color: #F05CC2;
}
.AnyTagClassName
{
color: #F05CC2;
}
</style>
background-color css
<style>
a { background-color: #F05CC2; }
a { background-color: rgb(240,92,194); }
div.DivClassName
{
background-color: #F05CC2;
}
.BgClassName
{
background-color: #F05CC2;
}
</style>
border-color css
<style>
span { border-color: #F05CC2; }
span { border-color: rgb(240,92,194); }
td.TdClassName
{
border-color: #F05CC2;
}
.TagClassName
{
border-color: #F05CC2;
}
</style>