Shades of Neon Pink #F270D6
Tints of Neon Pink #F270D6
RGB
CMYK
RGB Variations
Color information
#F270D6 (or 0xF270D6) is known color: Neon Pink. HEX triplet: F2, 70 and D6. RGB value is (242,112,214). Sum of RGB (Red+Green+Blue) = 242+112+214=568 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.61% from 568); Green value is 112 (44.14% from 255 or 19.72% from 568); Blue value is 214 (83.98% from 255 or 37.68% from 568); Max value from RGB is 242 - color contains mainly: red. Hex color #F270D6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F270D6 is #0D8F29. Grayscale: #A2A2A2. Windows color (decimal): -888618 or 14053618. OLE color: 14053618.
HSL color Cylindrical-coordinate representation of color #F270D6: hue angle of 312.92º 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 #F270D6 is Cyan = 0, Magento = 0.54, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 112 | 214 | - |
| CMYK | 0 | 0.54 | 0.12 | 0.05 |
| HSL | 312.92º | 0.83% | 0.69% | - |
| HSV(B) | 312.92º | 0.54% | 0.95% | - |
| XYZ | 54.55 | 35.32 | 67.56 | - |
| YUV | 162.5 | 157.07 | 184.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 112 | 214 | 0 | 0.54 | 0.12 | 0.05 | 312.92 | 0.83 | 0.69 |
| Hex | F2 | 70 | D6 | 0 | 36 | C | 5 | 139 | 53 | 45 |
| Octal | 362 | 160 | 326 | 0 | 66 | 14 | 5 | 471 | 123 | 105 |
| Binary | 11110010 | 1110000 | 11010110 | 0 | 110110 | 1100 | 101 | 100111001 | 1010011 | 1000101 |
Color Harmonies of #F270D6
Complementary color
Monochromatic Colors of #F270D6
Black with #F270D6
Text Example
Text Example
White with #F270D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F270D6; }
p { color: rgb(242,112,214); }
H1.HeaderClassName
{
color: #F270D6;
}
.AnyTagClassName
{
color: #F270D6;
}
</style>
background-color css
<style>
a { background-color: #F270D6; }
a { background-color: rgb(242,112,214); }
div.DivClassName
{
background-color: #F270D6;
}
.BgClassName
{
background-color: #F270D6;
}
</style>
border-color css
<style>
span { border-color: #F270D6; }
span { border-color: rgb(242,112,214); }
td.TdClassName
{
border-color: #F270D6;
}
.TagClassName
{
border-color: #F270D6;
}
</style>