Shades of Neon Pink #FB5DCB
Tints of Neon Pink #FB5DCB
RGB
CMYK
RGB Variations
Color information
#FB5DCB (or 0xFB5DCB) is known color: Neon Pink. HEX triplet: FB, 5D and CB. RGB value is (251,93,203). Sum of RGB (Red+Green+Blue) = 251+93+203=547 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.89% from 547); Green value is 93 (36.72% from 255 or 17.00% from 547); Blue value is 203 (79.69% from 255 or 37.11% from 547); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5DCB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB5DCB is #04A234. Grayscale: #989898. Windows color (decimal): -303669 or 13327867. OLE color: 13327867.
HSL color Cylindrical-coordinate representation of color #FB5DCB: hue angle of 318.23º 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 #FB5DCB is Cyan = 0, Magento = 0.63, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 93 | 203 | - |
| CMYK | 0 | 0.63 | 0.19 | 0.02 |
| HSL | 318.23º | 0.95% | 0.67% | - |
| HSV(B) | 318.23º | 0.63% | 0.98% | - |
| XYZ | 54.48 | 32.65 | 59.93 | - |
| YUV | 152.78 | 156.35 | 198.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 93 | 203 | 0 | 0.63 | 0.19 | 0.02 | 318.23 | 0.95 | 0.67 |
| Hex | FB | 5D | CB | 0 | 3F | 13 | 2 | 13E | 5F | 43 |
| Octal | 373 | 135 | 313 | 0 | 77 | 23 | 2 | 476 | 137 | 103 |
| Binary | 11111011 | 1011101 | 11001011 | 0 | 111111 | 10011 | 10 | 100111110 | 1011111 | 1000011 |
Color Harmonies of #FB5DCB
Complementary color
Monochromatic Colors of #FB5DCB
Black with #FB5DCB
Text Example
Text Example
White with #FB5DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5DCB; }
p { color: rgb(251,93,203); }
H1.HeaderClassName
{
color: #FB5DCB;
}
.AnyTagClassName
{
color: #FB5DCB;
}
</style>
background-color css
<style>
a { background-color: #FB5DCB; }
a { background-color: rgb(251,93,203); }
div.DivClassName
{
background-color: #FB5DCB;
}
.BgClassName
{
background-color: #FB5DCB;
}
</style>
border-color css
<style>
span { border-color: #FB5DCB; }
span { border-color: rgb(251,93,203); }
td.TdClassName
{
border-color: #FB5DCB;
}
.TagClassName
{
border-color: #FB5DCB;
}
</style>