Shades of Neon Pink #FA74D4
Tints of Neon Pink #FA74D4
RGB
CMYK
RGB Variations
Color information
#FA74D4 (or 0xFA74D4) is known color: Neon Pink. HEX triplet: FA, 74 and D4. RGB value is (250,116,212). Sum of RGB (Red+Green+Blue) = 250+116+212=578 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.25% from 578); Green value is 116 (45.70% from 255 or 20.07% from 578); Blue value is 212 (83.20% from 255 or 36.68% from 578); Max value from RGB is 250 - color contains mainly: red. Hex color #FA74D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA74D4 is #058B2B. Grayscale: #A6A6A6. Windows color (decimal): -363308 or 13923578. OLE color: 13923578.
HSL color Cylindrical-coordinate representation of color #FA74D4: hue angle of 317.01º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FA74D4 is Cyan = 0, Magento = 0.54, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 116 | 212 | - |
| CMYK | 0 | 0.54 | 0.15 | 0.02 |
| HSL | 317.01º | 0.93% | 0.72% | - |
| HSV(B) | 317.01º | 0.54% | 0.98% | - |
| XYZ | 57.55 | 37.57 | 66.51 | - |
| YUV | 167.01 | 153.39 | 187.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 116 | 212 | 0 | 0.54 | 0.15 | 0.02 | 317.01 | 0.93 | 0.72 |
| Hex | FA | 74 | D4 | 0 | 36 | F | 2 | 13D | 5D | 48 |
| Octal | 372 | 164 | 324 | 0 | 66 | 17 | 2 | 475 | 135 | 110 |
| Binary | 11111010 | 1110100 | 11010100 | 0 | 110110 | 1111 | 10 | 100111101 | 1011101 | 1001000 |
Color Harmonies of #FA74D4
Complementary color
Monochromatic Colors of #FA74D4
Black with #FA74D4
Text Example
Text Example
White with #FA74D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA74D4; }
p { color: rgb(250,116,212); }
H1.HeaderClassName
{
color: #FA74D4;
}
.AnyTagClassName
{
color: #FA74D4;
}
</style>
background-color css
<style>
a { background-color: #FA74D4; }
a { background-color: rgb(250,116,212); }
div.DivClassName
{
background-color: #FA74D4;
}
.BgClassName
{
background-color: #FA74D4;
}
</style>
border-color css
<style>
span { border-color: #FA74D4; }
span { border-color: rgb(250,116,212); }
td.TdClassName
{
border-color: #FA74D4;
}
.TagClassName
{
border-color: #FA74D4;
}
</style>