Shades of Neon Pink #F05AC2
Tints of Neon Pink #F05AC2
RGB
CMYK
RGB Variations
Color information
#F05AC2 (or 0xF05AC2) is known color: Neon Pink. HEX triplet: F0, 5A and C2. RGB value is (240,90,194). Sum of RGB (Red+Green+Blue) = 240+90+194=524 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.80% from 524); Green value is 90 (35.55% from 255 or 17.18% from 524); Blue value is 194 (76.17% from 255 or 37.02% from 524); Max value from RGB is 240 - color contains mainly: red. Hex color #F05AC2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F05AC2 is #0FA53D. Grayscale: #929292. Windows color (decimal): -1025342 or 12737264. OLE color: 12737264.
HSL color Cylindrical-coordinate representation of color #F05AC2: hue angle of 318.4º 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 #F05AC2 is Cyan = 0, Magento = 0.62, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 90 | 194 | - |
| CMYK | 0 | 0.62 | 0.19 | 0.06 |
| HSL | 318.4º | 0.83% | 0.65% | - |
| HSV(B) | 318.4º | 0.63% | 0.94% | - |
| XYZ | 49.33 | 29.73 | 54.18 | - |
| YUV | 146.71 | 154.7 | 194.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 90 | 194 | 0 | 0.62 | 0.19 | 0.06 | 318.4 | 0.83 | 0.65 |
| Hex | F0 | 5A | C2 | 0 | 3E | 13 | 6 | 13E | 53 | 41 |
| Octal | 360 | 132 | 302 | 0 | 76 | 23 | 6 | 476 | 123 | 101 |
| Binary | 11110000 | 1011010 | 11000010 | 0 | 111110 | 10011 | 110 | 100111110 | 1010011 | 1000001 |
Color Harmonies of #F05AC2
Complementary color
Monochromatic Colors of #F05AC2
Black with #F05AC2
Text Example
Text Example
White with #F05AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05AC2; }
p { color: rgb(240,90,194); }
H1.HeaderClassName
{
color: #F05AC2;
}
.AnyTagClassName
{
color: #F05AC2;
}
</style>
background-color css
<style>
a { background-color: #F05AC2; }
a { background-color: rgb(240,90,194); }
div.DivClassName
{
background-color: #F05AC2;
}
.BgClassName
{
background-color: #F05AC2;
}
</style>
border-color css
<style>
span { border-color: #F05AC2; }
span { border-color: rgb(240,90,194); }
td.TdClassName
{
border-color: #F05AC2;
}
.TagClassName
{
border-color: #F05AC2;
}
</style>