Shades of Neon Pink #F270D4
Tints of Neon Pink #F270D4
RGB
CMYK
RGB Variations
Color information
#F270D4 (or 0xF270D4) is known color: Neon Pink. HEX triplet: F2, 70 and D4. RGB value is (242,112,212). Sum of RGB (Red+Green+Blue) = 242+112+212=566 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.76% from 566); Green value is 112 (44.14% from 255 or 19.79% from 566); Blue value is 212 (83.20% from 255 or 37.46% from 566); Max value from RGB is 242 - color contains mainly: red. Hex color #F270D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F270D4 is #0D8F2B. Grayscale: #A2A2A2. Windows color (decimal): -888620 or 13922546. OLE color: 13922546.
HSL color Cylindrical-coordinate representation of color #F270D4: hue angle of 313.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 #F270D4 is Cyan = 0, Magento = 0.54, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 112 | 212 | - |
| CMYK | 0 | 0.54 | 0.12 | 0.05 |
| HSL | 313.85º | 0.83% | 0.69% | - |
| HSV(B) | 313.85º | 0.54% | 0.95% | - |
| XYZ | 54.3 | 35.22 | 66.22 | - |
| YUV | 162.27 | 156.07 | 184.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 112 | 212 | 0 | 0.54 | 0.12 | 0.05 | 313.85 | 0.83 | 0.69 |
| Hex | F2 | 70 | D4 | 0 | 36 | C | 5 | 13A | 53 | 45 |
| Octal | 362 | 160 | 324 | 0 | 66 | 14 | 5 | 472 | 123 | 105 |
| Binary | 11110010 | 1110000 | 11010100 | 0 | 110110 | 1100 | 101 | 100111010 | 1010011 | 1000101 |
Color Harmonies of #F270D4
Complementary color
Monochromatic Colors of #F270D4
Black with #F270D4
Text Example
Text Example
White with #F270D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F270D4; }
p { color: rgb(242,112,212); }
H1.HeaderClassName
{
color: #F270D4;
}
.AnyTagClassName
{
color: #F270D4;
}
</style>
background-color css
<style>
a { background-color: #F270D4; }
a { background-color: rgb(242,112,212); }
div.DivClassName
{
background-color: #F270D4;
}
.BgClassName
{
background-color: #F270D4;
}
</style>
border-color css
<style>
span { border-color: #F270D4; }
span { border-color: rgb(242,112,212); }
td.TdClassName
{
border-color: #F270D4;
}
.TagClassName
{
border-color: #F270D4;
}
</style>