Shades of Neon Pink #FB74CE
Tints of Neon Pink #FB74CE
RGB
CMYK
RGB Variations
Color information
#FB74CE (or 0xFB74CE) is known color: Neon Pink. HEX triplet: FB, 74 and CE. RGB value is (251,116,206). Sum of RGB (Red+Green+Blue) = 251+116+206=573 (75% of max value = 765). Red value is 251 (98.44% from 255 or 43.80% from 573); Green value is 116 (45.70% from 255 or 20.24% from 573); Blue value is 206 (80.86% from 255 or 35.95% from 573); Max value from RGB is 251 - color contains mainly: red. Hex color #FB74CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB74CE is #048B31. Grayscale: #A6A6A6. Windows color (decimal): -297778 or 13530363. OLE color: 13530363.
HSL color Cylindrical-coordinate representation of color #FB74CE: hue angle of 320º 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 #FB74CE is Cyan = 0, Magento = 0.54, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 116 | 206 | - |
| CMYK | 0 | 0.54 | 0.18 | 0.02 |
| HSL | 320º | 0.94% | 0.72% | - |
| HSV(B) | 320º | 0.54% | 0.98% | - |
| XYZ | 57.17 | 37.46 | 62.61 | - |
| YUV | 166.63 | 150.23 | 188.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 116 | 206 | 0 | 0.54 | 0.18 | 0.02 | 320 | 0.94 | 0.72 |
| Hex | FB | 74 | CE | 0 | 36 | 12 | 2 | 140 | 5E | 48 |
| Octal | 373 | 164 | 316 | 0 | 66 | 22 | 2 | 500 | 136 | 110 |
| Binary | 11111011 | 1110100 | 11001110 | 0 | 110110 | 10010 | 10 | 101000000 | 1011110 | 1001000 |
Color Harmonies of #FB74CE
Complementary color
Monochromatic Colors of #FB74CE
Black with #FB74CE
Text Example
Text Example
White with #FB74CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB74CE; }
p { color: rgb(251,116,206); }
H1.HeaderClassName
{
color: #FB74CE;
}
.AnyTagClassName
{
color: #FB74CE;
}
</style>
background-color css
<style>
a { background-color: #FB74CE; }
a { background-color: rgb(251,116,206); }
div.DivClassName
{
background-color: #FB74CE;
}
.BgClassName
{
background-color: #FB74CE;
}
</style>
border-color css
<style>
span { border-color: #FB74CE; }
span { border-color: rgb(251,116,206); }
td.TdClassName
{
border-color: #FB74CE;
}
.TagClassName
{
border-color: #FB74CE;
}
</style>