Shades of Neon Pink #FB5FCD
Tints of Neon Pink #FB5FCD
RGB
CMYK
RGB Variations
Color information
#FB5FCD (or 0xFB5FCD) is known color: Neon Pink. HEX triplet: FB, 5F and CD. RGB value is (251,95,205). Sum of RGB (Red+Green+Blue) = 251+95+205=551 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.55% from 551); Green value is 95 (37.5% from 255 or 17.24% from 551); Blue value is 205 (80.47% from 255 or 37.21% from 551); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5FCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB5FCD is #04A032. Grayscale: #999999. Windows color (decimal): -303155 or 13459451. OLE color: 13459451.
HSL color Cylindrical-coordinate representation of color #FB5FCD: hue angle of 317.69º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FB5FCD is Cyan = 0, Magento = 0.62, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 95 | 205 | - |
| CMYK | 0 | 0.62 | 0.18 | 0.02 |
| HSL | 317.69º | 0.95% | 0.68% | - |
| HSV(B) | 317.69º | 0.62% | 0.98% | - |
| XYZ | 54.9 | 33.1 | 61.25 | - |
| YUV | 154.18 | 156.68 | 197.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 95 | 205 | 0 | 0.62 | 0.18 | 0.02 | 317.69 | 0.95 | 0.68 |
| Hex | FB | 5F | CD | 0 | 3E | 12 | 2 | 13E | 5F | 44 |
| Octal | 373 | 137 | 315 | 0 | 76 | 22 | 2 | 476 | 137 | 104 |
| Binary | 11111011 | 1011111 | 11001101 | 0 | 111110 | 10010 | 10 | 100111110 | 1011111 | 1000100 |
Color Harmonies of #FB5FCD
Complementary color
Monochromatic Colors of #FB5FCD
Black with #FB5FCD
Text Example
Text Example
White with #FB5FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5FCD; }
p { color: rgb(251,95,205); }
H1.HeaderClassName
{
color: #FB5FCD;
}
.AnyTagClassName
{
color: #FB5FCD;
}
</style>
background-color css
<style>
a { background-color: #FB5FCD; }
a { background-color: rgb(251,95,205); }
div.DivClassName
{
background-color: #FB5FCD;
}
.BgClassName
{
background-color: #FB5FCD;
}
</style>
border-color css
<style>
span { border-color: #FB5FCD; }
span { border-color: rgb(251,95,205); }
td.TdClassName
{
border-color: #FB5FCD;
}
.TagClassName
{
border-color: #FB5FCD;
}
</style>