Shades of Neon Pink #FD74C4
Tints of Neon Pink #FD74C4
RGB
CMYK
RGB Variations
Color information
#FD74C4 (or 0xFD74C4) is known color: Neon Pink. HEX triplet: FD, 74 and C4. RGB value is (253,116,196). Sum of RGB (Red+Green+Blue) = 253+116+196=565 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.78% from 565); Green value is 116 (45.70% from 255 or 20.53% from 565); Blue value is 196 (76.95% from 255 or 34.69% from 565); Max value from RGB is 253 - color contains mainly: red. Hex color #FD74C4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD74C4 is #028B3B. Grayscale: #A5A5A5. Windows color (decimal): -166716 or 12875005. OLE color: 12875005.
HSL color Cylindrical-coordinate representation of color #FD74C4: hue angle of 324.96º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FD74C4 is Cyan = 0, Magento = 0.54, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 116 | 196 | - |
| CMYK | 0 | 0.54 | 0.23 | 0.01 |
| HSL | 324.96º | 0.97% | 0.72% | - |
| HSV(B) | 324.96º | 0.54% | 0.99% | - |
| XYZ | 56.72 | 37.36 | 56.45 | - |
| YUV | 166.08 | 144.89 | 190 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 116 | 196 | 0 | 0.54 | 0.23 | 0.01 | 324.96 | 0.97 | 0.72 |
| Hex | FD | 74 | C4 | 0 | 36 | 17 | 1 | 145 | 61 | 48 |
| Octal | 375 | 164 | 304 | 0 | 66 | 27 | 1 | 505 | 141 | 110 |
| Binary | 11111101 | 1110100 | 11000100 | 0 | 110110 | 10111 | 1 | 101000101 | 1100001 | 1001000 |
Color Harmonies of #FD74C4
Complementary color
Monochromatic Colors of #FD74C4
Black with #FD74C4
Text Example
Text Example
White with #FD74C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD74C4; }
p { color: rgb(253,116,196); }
H1.HeaderClassName
{
color: #FD74C4;
}
.AnyTagClassName
{
color: #FD74C4;
}
</style>
background-color css
<style>
a { background-color: #FD74C4; }
a { background-color: rgb(253,116,196); }
div.DivClassName
{
background-color: #FD74C4;
}
.BgClassName
{
background-color: #FD74C4;
}
</style>
border-color css
<style>
span { border-color: #FD74C4; }
span { border-color: rgb(253,116,196); }
td.TdClassName
{
border-color: #FD74C4;
}
.TagClassName
{
border-color: #FD74C4;
}
</style>