Shades of Neon Pink #F274D1
Tints of Neon Pink #F274D1
RGB
CMYK
RGB Variations
Color information
#F274D1 (or 0xF274D1) is known color: Neon Pink. HEX triplet: F2, 74 and D1. RGB value is (242,116,209). Sum of RGB (Red+Green+Blue) = 242+116+209=567 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.68% from 567); Green value is 116 (45.70% from 255 or 20.46% from 567); Blue value is 209 (82.03% from 255 or 36.86% from 567); Max value from RGB is 242 - color contains mainly: red. Hex color #F274D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F274D1 is #0D8B2E. Grayscale: #A4A4A4. Windows color (decimal): -887599 or 13726962. OLE color: 13726962.
HSL color Cylindrical-coordinate representation of color #F274D1: hue angle of 315.71º 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 #F274D1 is Cyan = 0, Magento = 0.52, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 116 | 209 | - |
| CMYK | 0 | 0.52 | 0.14 | 0.05 |
| HSL | 315.71º | 0.83% | 0.7% | - |
| HSV(B) | 315.71º | 0.52% | 0.95% | - |
| XYZ | 54.37 | 35.97 | 64.4 | - |
| YUV | 164.28 | 153.24 | 183.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 116 | 209 | 0 | 0.52 | 0.14 | 0.05 | 315.71 | 0.83 | 0.7 |
| Hex | F2 | 74 | D1 | 0 | 34 | E | 5 | 13C | 53 | 46 |
| Octal | 362 | 164 | 321 | 0 | 64 | 16 | 5 | 474 | 123 | 106 |
| Binary | 11110010 | 1110100 | 11010001 | 0 | 110100 | 1110 | 101 | 100111100 | 1010011 | 1000110 |
Color Harmonies of #F274D1
Complementary color
Monochromatic Colors of #F274D1
Black with #F274D1
Text Example
Text Example
White with #F274D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F274D1; }
p { color: rgb(242,116,209); }
H1.HeaderClassName
{
color: #F274D1;
}
.AnyTagClassName
{
color: #F274D1;
}
</style>
background-color css
<style>
a { background-color: #F274D1; }
a { background-color: rgb(242,116,209); }
div.DivClassName
{
background-color: #F274D1;
}
.BgClassName
{
background-color: #F274D1;
}
</style>
border-color css
<style>
span { border-color: #F274D1; }
span { border-color: rgb(242,116,209); }
td.TdClassName
{
border-color: #F274D1;
}
.TagClassName
{
border-color: #F274D1;
}
</style>