Shades of Neon Pink #F061C2
Tints of Neon Pink #F061C2
RGB
CMYK
RGB Variations
Color information
#F061C2 (or 0xF061C2) is known color: Neon Pink. HEX triplet: F0, 61 and C2. RGB value is (240,97,194). Sum of RGB (Red+Green+Blue) = 240+97+194=531 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.20% from 531); Green value is 97 (38.28% from 255 or 18.27% from 531); Blue value is 194 (76.17% from 255 or 36.53% from 531); Max value from RGB is 240 - color contains mainly: red. Hex color #F061C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F061C2 is #0F9E3D. Grayscale: #969696. Windows color (decimal): -1023550 or 12739056. OLE color: 12739056.
HSL color Cylindrical-coordinate representation of color #F061C2: hue angle of 319.3º 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 #F061C2 is Cyan = 0, Magento = 0.60, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 97 | 194 | - |
| CMYK | 0 | 0.60 | 0.19 | 0.06 |
| HSL | 319.3º | 0.83% | 0.66% | - |
| HSV(B) | 319.3º | 0.6% | 0.94% | - |
| XYZ | 49.95 | 30.97 | 54.38 | - |
| YUV | 150.82 | 152.38 | 191.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 97 | 194 | 0 | 0.60 | 0.19 | 0.06 | 319.3 | 0.83 | 0.66 |
| Hex | F0 | 61 | C2 | 0 | 3C | 13 | 6 | 13F | 53 | 42 |
| Octal | 360 | 141 | 302 | 0 | 74 | 23 | 6 | 477 | 123 | 102 |
| Binary | 11110000 | 1100001 | 11000010 | 0 | 111100 | 10011 | 110 | 100111111 | 1010011 | 1000010 |
Color Harmonies of #F061C2
Complementary color
Monochromatic Colors of #F061C2
Black with #F061C2
Text Example
Text Example
White with #F061C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F061C2; }
p { color: rgb(240,97,194); }
H1.HeaderClassName
{
color: #F061C2;
}
.AnyTagClassName
{
color: #F061C2;
}
</style>
background-color css
<style>
a { background-color: #F061C2; }
a { background-color: rgb(240,97,194); }
div.DivClassName
{
background-color: #F061C2;
}
.BgClassName
{
background-color: #F061C2;
}
</style>
border-color css
<style>
span { border-color: #F061C2; }
span { border-color: rgb(240,97,194); }
td.TdClassName
{
border-color: #F061C2;
}
.TagClassName
{
border-color: #F061C2;
}
</style>