Shades of Neon Pink #F270CB
Tints of Neon Pink #F270CB
RGB
CMYK
RGB Variations
Color information
#F270CB (or 0xF270CB) is known color: Neon Pink. HEX triplet: F2, 70 and CB. RGB value is (242,112,203). Sum of RGB (Red+Green+Blue) = 242+112+203=557 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.45% from 557); Green value is 112 (44.14% from 255 or 20.11% from 557); Blue value is 203 (79.69% from 255 or 36.45% from 557); Max value from RGB is 242 - color contains mainly: red. Hex color #F270CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F270CB is #0D8F34. Grayscale: #A1A1A1. Windows color (decimal): -888629 or 13332722. OLE color: 13332722.
HSL color Cylindrical-coordinate representation of color #F270CB: hue angle of 318º 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 #F270CB is Cyan = 0, Magento = 0.54, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 112 | 203 | - |
| CMYK | 0 | 0.54 | 0.16 | 0.05 |
| HSL | 318º | 0.83% | 0.69% | - |
| HSV(B) | 318º | 0.54% | 0.95% | - |
| XYZ | 53.19 | 34.78 | 60.41 | - |
| YUV | 161.24 | 151.57 | 185.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 112 | 203 | 0 | 0.54 | 0.16 | 0.05 | 318 | 0.83 | 0.69 |
| Hex | F2 | 70 | CB | 0 | 36 | 10 | 5 | 13E | 53 | 45 |
| Octal | 362 | 160 | 313 | 0 | 66 | 20 | 5 | 476 | 123 | 105 |
| Binary | 11110010 | 1110000 | 11001011 | 0 | 110110 | 10000 | 101 | 100111110 | 1010011 | 1000101 |
Color Harmonies of #F270CB
Complementary color
Monochromatic Colors of #F270CB
Black with #F270CB
Text Example
Text Example
White with #F270CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F270CB; }
p { color: rgb(242,112,203); }
H1.HeaderClassName
{
color: #F270CB;
}
.AnyTagClassName
{
color: #F270CB;
}
</style>
background-color css
<style>
a { background-color: #F270CB; }
a { background-color: rgb(242,112,203); }
div.DivClassName
{
background-color: #F270CB;
}
.BgClassName
{
background-color: #F270CB;
}
</style>
border-color css
<style>
span { border-color: #F270CB; }
span { border-color: rgb(242,112,203); }
td.TdClassName
{
border-color: #F270CB;
}
.TagClassName
{
border-color: #F270CB;
}
</style>