Shades of Neon Pink #FB6DCB
Tints of Neon Pink #FB6DCB
RGB
CMYK
RGB Variations
Color information
#FB6DCB (or 0xFB6DCB) is known color: Neon Pink. HEX triplet: FB, 6D and CB. RGB value is (251,109,203). Sum of RGB (Red+Green+Blue) = 251+109+203=563 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.58% from 563); Green value is 109 (42.97% from 255 or 19.36% from 563); Blue value is 203 (79.69% from 255 or 36.06% from 563); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6DCB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB6DCB is #049234. Grayscale: #A1A1A1. Windows color (decimal): -299573 or 13331963. OLE color: 13331963.
HSL color Cylindrical-coordinate representation of color #FB6DCB: hue angle of 320.28º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FB6DCB is Cyan = 0, Magento = 0.57, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 109 | 203 | - |
| CMYK | 0 | 0.57 | 0.19 | 0.02 |
| HSL | 320.28º | 0.95% | 0.71% | - |
| HSV(B) | 320.28º | 0.57% | 0.98% | - |
| XYZ | 56.03 | 35.76 | 60.45 | - |
| YUV | 162.17 | 151.04 | 191.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 109 | 203 | 0 | 0.57 | 0.19 | 0.02 | 320.28 | 0.95 | 0.71 |
| Hex | FB | 6D | CB | 0 | 39 | 13 | 2 | 140 | 5F | 47 |
| Octal | 373 | 155 | 313 | 0 | 71 | 23 | 2 | 500 | 137 | 107 |
| Binary | 11111011 | 1101101 | 11001011 | 0 | 111001 | 10011 | 10 | 101000000 | 1011111 | 1000111 |
Color Harmonies of #FB6DCB
Complementary color
Monochromatic Colors of #FB6DCB
Black with #FB6DCB
Text Example
Text Example
White with #FB6DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB6DCB; }
p { color: rgb(251,109,203); }
H1.HeaderClassName
{
color: #FB6DCB;
}
.AnyTagClassName
{
color: #FB6DCB;
}
</style>
background-color css
<style>
a { background-color: #FB6DCB; }
a { background-color: rgb(251,109,203); }
div.DivClassName
{
background-color: #FB6DCB;
}
.BgClassName
{
background-color: #FB6DCB;
}
</style>
border-color css
<style>
span { border-color: #FB6DCB; }
span { border-color: rgb(251,109,203); }
td.TdClassName
{
border-color: #FB6DCB;
}
.TagClassName
{
border-color: #FB6DCB;
}
</style>