Shades of Neon Pink #F174D4
Tints of Neon Pink #F174D4
RGB
CMYK
RGB Variations
Color information
#F174D4 (or 0xF174D4) is known color: Neon Pink. HEX triplet: F1, 74 and D4. RGB value is (241,116,212). Sum of RGB (Red+Green+Blue) = 241+116+212=569 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.36% from 569); Green value is 116 (45.70% from 255 or 20.39% from 569); Blue value is 212 (83.20% from 255 or 37.26% from 569); Max value from RGB is 241 - color contains mainly: red. Hex color #F174D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F174D4 is #0E8B2B. Grayscale: #A4A4A4. Windows color (decimal): -953132 or 13923569. OLE color: 13923569.
HSL color Cylindrical-coordinate representation of color #F174D4: hue angle of 313.92º degrees, saturation: 0.82, 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 #F174D4 is Cyan = 0, Magento = 0.52, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 116 | 212 | - |
| CMYK | 0 | 0.52 | 0.12 | 0.05 |
| HSL | 313.92º | 0.82% | 0.7% | - |
| HSV(B) | 313.92º | 0.52% | 0.95% | - |
| XYZ | 54.4 | 35.95 | 66.36 | - |
| YUV | 164.32 | 154.91 | 182.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 116 | 212 | 0 | 0.52 | 0.12 | 0.05 | 313.92 | 0.82 | 0.7 |
| Hex | F1 | 74 | D4 | 0 | 34 | C | 5 | 13A | 52 | 46 |
| Octal | 361 | 164 | 324 | 0 | 64 | 14 | 5 | 472 | 122 | 106 |
| Binary | 11110001 | 1110100 | 11010100 | 0 | 110100 | 1100 | 101 | 100111010 | 1010010 | 1000110 |
Color Harmonies of #F174D4
Complementary color
Monochromatic Colors of #F174D4
Black with #F174D4
Text Example
Text Example
White with #F174D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F174D4; }
p { color: rgb(241,116,212); }
H1.HeaderClassName
{
color: #F174D4;
}
.AnyTagClassName
{
color: #F174D4;
}
</style>
background-color css
<style>
a { background-color: #F174D4; }
a { background-color: rgb(241,116,212); }
div.DivClassName
{
background-color: #F174D4;
}
.BgClassName
{
background-color: #F174D4;
}
</style>
border-color css
<style>
span { border-color: #F174D4; }
span { border-color: rgb(241,116,212); }
td.TdClassName
{
border-color: #F174D4;
}
.TagClassName
{
border-color: #F174D4;
}
</style>