Shades of Neon Pink #FB5DCD
Tints of Neon Pink #FB5DCD
RGB
CMYK
RGB Variations
Color information
#FB5DCD (or 0xFB5DCD) is known color: Neon Pink. HEX triplet: FB, 5D and CD. RGB value is (251,93,205). Sum of RGB (Red+Green+Blue) = 251+93+205=549 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.72% from 549); Green value is 93 (36.72% from 255 or 16.94% from 549); Blue value is 205 (80.47% from 255 or 37.34% from 549); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5DCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB5DCD is #04A232. Grayscale: #989898. Windows color (decimal): -303667 or 13458939. OLE color: 13458939.
HSL color Cylindrical-coordinate representation of color #FB5DCD: hue angle of 317.47º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FB5DCD is Cyan = 0, Magento = 0.63, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 93 | 205 | - |
| CMYK | 0 | 0.63 | 0.18 | 0.02 |
| HSL | 317.47º | 0.95% | 0.67% | - |
| HSV(B) | 317.47º | 0.63% | 0.98% | - |
| XYZ | 54.72 | 32.75 | 61.19 | - |
| YUV | 153.01 | 157.35 | 197.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 93 | 205 | 0 | 0.63 | 0.18 | 0.02 | 317.47 | 0.95 | 0.67 |
| Hex | FB | 5D | CD | 0 | 3F | 12 | 2 | 13D | 5F | 43 |
| Octal | 373 | 135 | 315 | 0 | 77 | 22 | 2 | 475 | 137 | 103 |
| Binary | 11111011 | 1011101 | 11001101 | 0 | 111111 | 10010 | 10 | 100111101 | 1011111 | 1000011 |
Color Harmonies of #FB5DCD
Complementary color
Monochromatic Colors of #FB5DCD
Black with #FB5DCD
Text Example
Text Example
White with #FB5DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5DCD; }
p { color: rgb(251,93,205); }
H1.HeaderClassName
{
color: #FB5DCD;
}
.AnyTagClassName
{
color: #FB5DCD;
}
</style>
background-color css
<style>
a { background-color: #FB5DCD; }
a { background-color: rgb(251,93,205); }
div.DivClassName
{
background-color: #FB5DCD;
}
.BgClassName
{
background-color: #FB5DCD;
}
</style>
border-color css
<style>
span { border-color: #FB5DCD; }
span { border-color: rgb(251,93,205); }
td.TdClassName
{
border-color: #FB5DCD;
}
.TagClassName
{
border-color: #FB5DCD;
}
</style>