Shades of Neon Pink #F774CB
Tints of Neon Pink #F774CB
RGB
CMYK
RGB Variations
Color information
#F774CB (or 0xF774CB) is known color: Neon Pink. HEX triplet: F7, 74 and CB. RGB value is (247,116,203). Sum of RGB (Red+Green+Blue) = 247+116+203=566 (74% of max value = 765). Red value is 247 (96.88% from 255 or 43.64% from 566); Green value is 116 (45.70% from 255 or 20.49% from 566); Blue value is 203 (79.69% from 255 or 35.87% from 566); Max value from RGB is 247 - color contains mainly: red. Hex color #F774CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F774CB is #088B34. Grayscale: #A4A4A4. Windows color (decimal): -559925 or 13333751. OLE color: 13333751.
HSL color Cylindrical-coordinate representation of color #F774CB: hue angle of 320.15º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F774CB is Cyan = 0, Magento = 0.53, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 116 | 203 | - |
| CMYK | 0 | 0.53 | 0.18 | 0.03 |
| HSL | 320.15º | 0.89% | 0.71% | - |
| HSV(B) | 320.15º | 0.53% | 0.97% | - |
| XYZ | 55.38 | 36.58 | 60.64 | - |
| YUV | 165.09 | 149.4 | 186.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 116 | 203 | 0 | 0.53 | 0.18 | 0.03 | 320.15 | 0.89 | 0.71 |
| Hex | F7 | 74 | CB | 0 | 35 | 12 | 3 | 140 | 59 | 47 |
| Octal | 367 | 164 | 313 | 0 | 65 | 22 | 3 | 500 | 131 | 107 |
| Binary | 11110111 | 1110100 | 11001011 | 0 | 110101 | 10010 | 11 | 101000000 | 1011001 | 1000111 |
Color Harmonies of #F774CB
Complementary color
Monochromatic Colors of #F774CB
Black with #F774CB
Text Example
Text Example
White with #F774CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F774CB; }
p { color: rgb(247,116,203); }
H1.HeaderClassName
{
color: #F774CB;
}
.AnyTagClassName
{
color: #F774CB;
}
</style>
background-color css
<style>
a { background-color: #F774CB; }
a { background-color: rgb(247,116,203); }
div.DivClassName
{
background-color: #F774CB;
}
.BgClassName
{
background-color: #F774CB;
}
</style>
border-color css
<style>
span { border-color: #F774CB; }
span { border-color: rgb(247,116,203); }
td.TdClassName
{
border-color: #F774CB;
}
.TagClassName
{
border-color: #F774CB;
}
</style>