Shades of Neon Pink #F270BD
Tints of Neon Pink #F270BD
RGB
CMYK
RGB Variations
Color information
#F270BD (or 0xF270BD) is known color: Neon Pink. HEX triplet: F2, 70 and BD. RGB value is (242,112,189). Sum of RGB (Red+Green+Blue) = 242+112+189=543 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.57% from 543); Green value is 112 (44.14% from 255 or 20.63% from 543); Blue value is 189 (74.22% from 255 or 34.81% from 543); Max value from RGB is 242 - color contains mainly: red. Hex color #F270BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F270BD is #0D8F42. Grayscale: #9F9F9F. Windows color (decimal): -888643 or 12415218. OLE color: 12415218.
HSL color Cylindrical-coordinate representation of color #F270BD: hue angle of 324.46º 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 #F270BD is Cyan = 0, Magento = 0.54, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 112 | 189 | - |
| CMYK | 0 | 0.54 | 0.22 | 0.05 |
| HSL | 324.46º | 0.83% | 0.69% | - |
| HSV(B) | 324.46º | 0.54% | 0.95% | - |
| XYZ | 51.6 | 34.14 | 52.01 | - |
| YUV | 159.65 | 144.57 | 186.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 112 | 189 | 0 | 0.54 | 0.22 | 0.05 | 324.46 | 0.83 | 0.69 |
| Hex | F2 | 70 | BD | 0 | 36 | 16 | 5 | 144 | 53 | 45 |
| Octal | 362 | 160 | 275 | 0 | 66 | 26 | 5 | 504 | 123 | 105 |
| Binary | 11110010 | 1110000 | 10111101 | 0 | 110110 | 10110 | 101 | 101000100 | 1010011 | 1000101 |
Color Harmonies of #F270BD
Complementary color
Monochromatic Colors of #F270BD
Black with #F270BD
Text Example
Text Example
White with #F270BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F270BD; }
p { color: rgb(242,112,189); }
H1.HeaderClassName
{
color: #F270BD;
}
.AnyTagClassName
{
color: #F270BD;
}
</style>
background-color css
<style>
a { background-color: #F270BD; }
a { background-color: rgb(242,112,189); }
div.DivClassName
{
background-color: #F270BD;
}
.BgClassName
{
background-color: #F270BD;
}
</style>
border-color css
<style>
span { border-color: #F270BD; }
span { border-color: rgb(242,112,189); }
td.TdClassName
{
border-color: #F270BD;
}
.TagClassName
{
border-color: #F270BD;
}
</style>