Shades of Neon Pink #FB5ECC
Tints of Neon Pink #FB5ECC
RGB
CMYK
RGB Variations
Color information
#FB5ECC (or 0xFB5ECC) is known color: Neon Pink. HEX triplet: FB, 5E and CC. RGB value is (251,94,204). Sum of RGB (Red+Green+Blue) = 251+94+204=549 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.72% from 549); Green value is 94 (37.11% from 255 or 17.12% from 549); Blue value is 204 (80.08% from 255 or 37.16% from 549); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5ECC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB5ECC is #04A133. Grayscale: #999999. Windows color (decimal): -303412 or 13393659. OLE color: 13393659.
HSL color Cylindrical-coordinate representation of color #FB5ECC: hue angle of 317.96º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FB5ECC is Cyan = 0, Magento = 0.63, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 94 | 204 | - |
| CMYK | 0 | 0.63 | 0.19 | 0.02 |
| HSL | 317.96º | 0.95% | 0.68% | - |
| HSV(B) | 317.96º | 0.63% | 0.98% | - |
| XYZ | 54.69 | 32.87 | 60.59 | - |
| YUV | 153.48 | 156.51 | 197.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 94 | 204 | 0 | 0.63 | 0.19 | 0.02 | 317.96 | 0.95 | 0.68 |
| Hex | FB | 5E | CC | 0 | 3F | 13 | 2 | 13E | 5F | 44 |
| Octal | 373 | 136 | 314 | 0 | 77 | 23 | 2 | 476 | 137 | 104 |
| Binary | 11111011 | 1011110 | 11001100 | 0 | 111111 | 10011 | 10 | 100111110 | 1011111 | 1000100 |
Color Harmonies of #FB5ECC
Complementary color
Monochromatic Colors of #FB5ECC
Black with #FB5ECC
Text Example
Text Example
White with #FB5ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5ECC; }
p { color: rgb(251,94,204); }
H1.HeaderClassName
{
color: #FB5ECC;
}
.AnyTagClassName
{
color: #FB5ECC;
}
</style>
background-color css
<style>
a { background-color: #FB5ECC; }
a { background-color: rgb(251,94,204); }
div.DivClassName
{
background-color: #FB5ECC;
}
.BgClassName
{
background-color: #FB5ECC;
}
</style>
border-color css
<style>
span { border-color: #FB5ECC; }
span { border-color: rgb(251,94,204); }
td.TdClassName
{
border-color: #FB5ECC;
}
.TagClassName
{
border-color: #FB5ECC;
}
</style>