Shades of Neon Pink #FB74CF
Tints of Neon Pink #FB74CF
RGB
CMYK
RGB Variations
Color information
#FB74CF (or 0xFB74CF) is known color: Neon Pink. HEX triplet: FB, 74 and CF. RGB value is (251,116,207). Sum of RGB (Red+Green+Blue) = 251+116+207=574 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.73% from 574); Green value is 116 (45.70% from 255 or 20.21% from 574); Blue value is 207 (81.25% from 255 or 36.06% from 574); Max value from RGB is 251 - color contains mainly: red. Hex color #FB74CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB74CF is #048B30. Grayscale: #A6A6A6. Windows color (decimal): -297777 or 13595899. OLE color: 13595899.
HSL color Cylindrical-coordinate representation of color #FB74CF: hue angle of 319.56º 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 #FB74CF is Cyan = 0, Magento = 0.54, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 116 | 207 | - |
| CMYK | 0 | 0.54 | 0.18 | 0.02 |
| HSL | 319.56º | 0.94% | 0.72% | - |
| HSV(B) | 319.56º | 0.54% | 0.98% | - |
| XYZ | 57.29 | 37.51 | 63.25 | - |
| YUV | 166.74 | 150.73 | 188.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 116 | 207 | 0 | 0.54 | 0.18 | 0.02 | 319.56 | 0.94 | 0.72 |
| Hex | FB | 74 | CF | 0 | 36 | 12 | 2 | 140 | 5E | 48 |
| Octal | 373 | 164 | 317 | 0 | 66 | 22 | 2 | 500 | 136 | 110 |
| Binary | 11111011 | 1110100 | 11001111 | 0 | 110110 | 10010 | 10 | 101000000 | 1011110 | 1001000 |
Color Harmonies of #FB74CF
Complementary color
Monochromatic Colors of #FB74CF
Black with #FB74CF
Text Example
Text Example
White with #FB74CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB74CF; }
p { color: rgb(251,116,207); }
H1.HeaderClassName
{
color: #FB74CF;
}
.AnyTagClassName
{
color: #FB74CF;
}
</style>
background-color css
<style>
a { background-color: #FB74CF; }
a { background-color: rgb(251,116,207); }
div.DivClassName
{
background-color: #FB74CF;
}
.BgClassName
{
background-color: #FB74CF;
}
</style>
border-color css
<style>
span { border-color: #FB74CF; }
span { border-color: rgb(251,116,207); }
td.TdClassName
{
border-color: #FB74CF;
}
.TagClassName
{
border-color: #FB74CF;
}
</style>