Shades of Neon Pink #F270BF
Tints of Neon Pink #F270BF
RGB
CMYK
RGB Variations
Color information
#F270BF (or 0xF270BF) is known color: Neon Pink. HEX triplet: F2, 70 and BF. RGB value is (242,112,191). Sum of RGB (Red+Green+Blue) = 242+112+191=545 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.40% from 545); Green value is 112 (44.14% from 255 or 20.55% from 545); Blue value is 191 (75% from 255 or 35.05% from 545); Max value from RGB is 242 - color contains mainly: red. Hex color #F270BF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F270BF is #0D8F40. Grayscale: #9F9F9F. Windows color (decimal): -888641 or 12546290. OLE color: 12546290.
HSL color Cylindrical-coordinate representation of color #F270BF: hue angle of 323.54º 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 #F270BF is Cyan = 0, Magento = 0.54, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 112 | 191 | - |
| CMYK | 0 | 0.54 | 0.21 | 0.05 |
| HSL | 323.54º | 0.83% | 0.69% | - |
| HSV(B) | 323.54º | 0.54% | 0.95% | - |
| XYZ | 51.82 | 34.23 | 53.17 | - |
| YUV | 159.88 | 145.57 | 186.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 112 | 191 | 0 | 0.54 | 0.21 | 0.05 | 323.54 | 0.83 | 0.69 |
| Hex | F2 | 70 | BF | 0 | 36 | 15 | 5 | 144 | 53 | 45 |
| Octal | 362 | 160 | 277 | 0 | 66 | 25 | 5 | 504 | 123 | 105 |
| Binary | 11110010 | 1110000 | 10111111 | 0 | 110110 | 10101 | 101 | 101000100 | 1010011 | 1000101 |
Color Harmonies of #F270BF
Complementary color
Monochromatic Colors of #F270BF
Black with #F270BF
Text Example
Text Example
White with #F270BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F270BF; }
p { color: rgb(242,112,191); }
H1.HeaderClassName
{
color: #F270BF;
}
.AnyTagClassName
{
color: #F270BF;
}
</style>
background-color css
<style>
a { background-color: #F270BF; }
a { background-color: rgb(242,112,191); }
div.DivClassName
{
background-color: #F270BF;
}
.BgClassName
{
background-color: #F270BF;
}
</style>
border-color css
<style>
span { border-color: #F270BF; }
span { border-color: rgb(242,112,191); }
td.TdClassName
{
border-color: #F270BF;
}
.TagClassName
{
border-color: #F270BF;
}
</style>