Shades of Neon Pink #F270CE
Tints of Neon Pink #F270CE
RGB
CMYK
RGB Variations
Color information
#F270CE (or 0xF270CE) is known color: Neon Pink. HEX triplet: F2, 70 and CE. RGB value is (242,112,206). Sum of RGB (Red+Green+Blue) = 242+112+206=560 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.21% from 560); Green value is 112 (44.14% from 255 or 20% from 560); Blue value is 206 (80.86% from 255 or 36.79% from 560); Max value from RGB is 242 - color contains mainly: red. Hex color #F270CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F270CE is #0D8F31. Grayscale: #A1A1A1. Windows color (decimal): -888626 or 13529330. OLE color: 13529330.
HSL color Cylindrical-coordinate representation of color #F270CE: hue angle of 316.62º 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 #F270CE is Cyan = 0, Magento = 0.54, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 112 | 206 | - |
| CMYK | 0 | 0.54 | 0.15 | 0.05 |
| HSL | 316.62º | 0.83% | 0.69% | - |
| HSV(B) | 316.62º | 0.54% | 0.95% | - |
| XYZ | 53.55 | 34.92 | 62.31 | - |
| YUV | 161.59 | 153.07 | 185.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 112 | 206 | 0 | 0.54 | 0.15 | 0.05 | 316.62 | 0.83 | 0.69 |
| Hex | F2 | 70 | CE | 0 | 36 | F | 5 | 13D | 53 | 45 |
| Octal | 362 | 160 | 316 | 0 | 66 | 17 | 5 | 475 | 123 | 105 |
| Binary | 11110010 | 1110000 | 11001110 | 0 | 110110 | 1111 | 101 | 100111101 | 1010011 | 1000101 |
Color Harmonies of #F270CE
Complementary color
Monochromatic Colors of #F270CE
Black with #F270CE
Text Example
Text Example
White with #F270CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F270CE; }
p { color: rgb(242,112,206); }
H1.HeaderClassName
{
color: #F270CE;
}
.AnyTagClassName
{
color: #F270CE;
}
</style>
background-color css
<style>
a { background-color: #F270CE; }
a { background-color: rgb(242,112,206); }
div.DivClassName
{
background-color: #F270CE;
}
.BgClassName
{
background-color: #F270CE;
}
</style>
border-color css
<style>
span { border-color: #F270CE; }
span { border-color: rgb(242,112,206); }
td.TdClassName
{
border-color: #F270CE;
}
.TagClassName
{
border-color: #F270CE;
}
</style>