Shades of Neon Pink #FB74D4
Tints of Neon Pink #FB74D4
RGB
CMYK
RGB Variations
Color information
#FB74D4 (or 0xFB74D4) is known color: Neon Pink. HEX triplet: FB, 74 and D4. RGB value is (251,116,212). Sum of RGB (Red+Green+Blue) = 251+116+212=579 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.35% from 579); Green value is 116 (45.70% from 255 or 20.03% from 579); Blue value is 212 (83.20% from 255 or 36.61% from 579); Max value from RGB is 251 - color contains mainly: red. Hex color #FB74D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB74D4 is #048B2B. Grayscale: #A7A7A7. Windows color (decimal): -297772 or 13923579. OLE color: 13923579.
HSL color Cylindrical-coordinate representation of color #FB74D4: hue angle of 317.33º degrees, saturation: 0.94, 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 #FB74D4 is Cyan = 0, Magento = 0.54, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 116 | 212 | - |
| CMYK | 0 | 0.54 | 0.16 | 0.02 |
| HSL | 317.33º | 0.94% | 0.72% | - |
| HSV(B) | 317.33º | 0.54% | 0.98% | - |
| XYZ | 57.91 | 37.75 | 66.52 | - |
| YUV | 167.31 | 153.23 | 187.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 116 | 212 | 0 | 0.54 | 0.16 | 0.02 | 317.33 | 0.94 | 0.72 |
| Hex | FB | 74 | D4 | 0 | 36 | 10 | 2 | 13D | 5E | 48 |
| Octal | 373 | 164 | 324 | 0 | 66 | 20 | 2 | 475 | 136 | 110 |
| Binary | 11111011 | 1110100 | 11010100 | 0 | 110110 | 10000 | 10 | 100111101 | 1011110 | 1001000 |
Color Harmonies of #FB74D4
Complementary color
Monochromatic Colors of #FB74D4
Black with #FB74D4
Text Example
Text Example
White with #FB74D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB74D4; }
p { color: rgb(251,116,212); }
H1.HeaderClassName
{
color: #FB74D4;
}
.AnyTagClassName
{
color: #FB74D4;
}
</style>
background-color css
<style>
a { background-color: #FB74D4; }
a { background-color: rgb(251,116,212); }
div.DivClassName
{
background-color: #FB74D4;
}
.BgClassName
{
background-color: #FB74D4;
}
</style>
border-color css
<style>
span { border-color: #FB74D4; }
span { border-color: rgb(251,116,212); }
td.TdClassName
{
border-color: #FB74D4;
}
.TagClassName
{
border-color: #FB74D4;
}
</style>