Shades of Neon Pink #F270C7
Tints of Neon Pink #F270C7
RGB
CMYK
RGB Variations
Color information
#F270C7 (or 0xF270C7) is known color: Neon Pink. HEX triplet: F2, 70 and C7. RGB value is (242,112,199). Sum of RGB (Red+Green+Blue) = 242+112+199=553 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.76% from 553); Green value is 112 (44.14% from 255 or 20.25% from 553); Blue value is 199 (78.12% from 255 or 35.99% from 553); Max value from RGB is 242 - color contains mainly: red. Hex color #F270C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F270C7 is #0D8F38. Grayscale: #A0A0A0. Windows color (decimal): -888633 or 13070578. OLE color: 13070578.
HSL color Cylindrical-coordinate representation of color #F270C7: hue angle of 319.85º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F270C7 is Cyan = 0, Magento = 0.54, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 112 | 199 | - |
| CMYK | 0 | 0.54 | 0.18 | 0.05 |
| HSL | 319.85º | 0.83% | 0.69% | - |
| HSV(B) | 319.85º | 0.54% | 0.95% | - |
| XYZ | 52.72 | 34.59 | 57.93 | - |
| YUV | 160.79 | 149.57 | 185.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 112 | 199 | 0 | 0.54 | 0.18 | 0.05 | 319.85 | 0.83 | 0.69 |
| Hex | F2 | 70 | C7 | 0 | 36 | 12 | 5 | 140 | 53 | 45 |
| Octal | 362 | 160 | 307 | 0 | 66 | 22 | 5 | 500 | 123 | 105 |
| Binary | 11110010 | 1110000 | 11000111 | 0 | 110110 | 10010 | 101 | 101000000 | 1010011 | 1000101 |
Color Harmonies of #F270C7
Complementary color
Monochromatic Colors of #F270C7
Black with #F270C7
Text Example
Text Example
White with #F270C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F270C7; }
p { color: rgb(242,112,199); }
H1.HeaderClassName
{
color: #F270C7;
}
.AnyTagClassName
{
color: #F270C7;
}
</style>
background-color css
<style>
a { background-color: #F270C7; }
a { background-color: rgb(242,112,199); }
div.DivClassName
{
background-color: #F270C7;
}
.BgClassName
{
background-color: #F270C7;
}
</style>
border-color css
<style>
span { border-color: #F270C7; }
span { border-color: rgb(242,112,199); }
td.TdClassName
{
border-color: #F270C7;
}
.TagClassName
{
border-color: #F270C7;
}
</style>