Shades of Neon Pink #FB5BCD
Tints of Neon Pink #FB5BCD
RGB
CMYK
RGB Variations
Color information
#FB5BCD (or 0xFB5BCD) is known color: Neon Pink. HEX triplet: FB, 5B and CD. RGB value is (251,91,205). Sum of RGB (Red+Green+Blue) = 251+91+205=547 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.89% from 547); Green value is 91 (35.94% from 255 or 16.64% from 547); Blue value is 205 (80.47% from 255 or 37.48% from 547); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5BCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB5BCD is #04A432. Grayscale: #979797. Windows color (decimal): -304179 or 13458427. OLE color: 13458427.
HSL color Cylindrical-coordinate representation of color #FB5BCD: hue angle of 317.25º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FB5BCD is Cyan = 0, Magento = 0.64, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 91 | 205 | - |
| CMYK | 0 | 0.64 | 0.18 | 0.02 |
| HSL | 317.25º | 0.95% | 0.67% | - |
| HSV(B) | 317.25º | 0.64% | 0.98% | - |
| XYZ | 54.54 | 32.4 | 61.14 | - |
| YUV | 151.84 | 158.01 | 198.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 91 | 205 | 0 | 0.64 | 0.18 | 0.02 | 317.25 | 0.95 | 0.67 |
| Hex | FB | 5B | CD | 0 | 40 | 12 | 2 | 13D | 5F | 43 |
| Octal | 373 | 133 | 315 | 0 | 100 | 22 | 2 | 475 | 137 | 103 |
| Binary | 11111011 | 1011011 | 11001101 | 0 | 1000000 | 10010 | 10 | 100111101 | 1011111 | 1000011 |
Color Harmonies of #FB5BCD
Complementary color
Monochromatic Colors of #FB5BCD
Black with #FB5BCD
Text Example
Text Example
White with #FB5BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5BCD; }
p { color: rgb(251,91,205); }
H1.HeaderClassName
{
color: #FB5BCD;
}
.AnyTagClassName
{
color: #FB5BCD;
}
</style>
background-color css
<style>
a { background-color: #FB5BCD; }
a { background-color: rgb(251,91,205); }
div.DivClassName
{
background-color: #FB5BCD;
}
.BgClassName
{
background-color: #FB5BCD;
}
</style>
border-color css
<style>
span { border-color: #FB5BCD; }
span { border-color: rgb(251,91,205); }
td.TdClassName
{
border-color: #FB5BCD;
}
.TagClassName
{
border-color: #FB5BCD;
}
</style>