Shades of Neon Pink #F274CB
Tints of Neon Pink #F274CB
RGB
CMYK
RGB Variations
Color information
#F274CB (or 0xF274CB) is known color: Neon Pink. HEX triplet: F2, 74 and CB. RGB value is (242,116,203). Sum of RGB (Red+Green+Blue) = 242+116+203=561 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.14% from 561); Green value is 116 (45.70% from 255 or 20.68% from 561); Blue value is 203 (79.69% from 255 or 36.19% from 561); Max value from RGB is 242 - color contains mainly: red. Hex color #F274CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F274CB is #0D8B34. Grayscale: #A3A3A3. Windows color (decimal): -887605 or 13333746. OLE color: 13333746.
HSL color Cylindrical-coordinate representation of color #F274CB: hue angle of 318.57º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F274CB is Cyan = 0, Magento = 0.52, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 116 | 203 | - |
| CMYK | 0 | 0.52 | 0.16 | 0.05 |
| HSL | 318.57º | 0.83% | 0.7% | - |
| HSV(B) | 318.57º | 0.52% | 0.95% | - |
| XYZ | 53.64 | 35.68 | 60.56 | - |
| YUV | 163.59 | 150.24 | 183.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 116 | 203 | 0 | 0.52 | 0.16 | 0.05 | 318.57 | 0.83 | 0.7 |
| Hex | F2 | 74 | CB | 0 | 34 | 10 | 5 | 13F | 53 | 46 |
| Octal | 362 | 164 | 313 | 0 | 64 | 20 | 5 | 477 | 123 | 106 |
| Binary | 11110010 | 1110100 | 11001011 | 0 | 110100 | 10000 | 101 | 100111111 | 1010011 | 1000110 |
Color Harmonies of #F274CB
Complementary color
Monochromatic Colors of #F274CB
Black with #F274CB
Text Example
Text Example
White with #F274CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F274CB; }
p { color: rgb(242,116,203); }
H1.HeaderClassName
{
color: #F274CB;
}
.AnyTagClassName
{
color: #F274CB;
}
</style>
background-color css
<style>
a { background-color: #F274CB; }
a { background-color: rgb(242,116,203); }
div.DivClassName
{
background-color: #F274CB;
}
.BgClassName
{
background-color: #F274CB;
}
</style>
border-color css
<style>
span { border-color: #F274CB; }
span { border-color: rgb(242,116,203); }
td.TdClassName
{
border-color: #F274CB;
}
.TagClassName
{
border-color: #F274CB;
}
</style>