Shades of Neon Pink #FB6ACB
Tints of Neon Pink #FB6ACB
RGB
CMYK
RGB Variations
Color information
#FB6ACB (or 0xFB6ACB) is known color: Neon Pink. HEX triplet: FB, 6A and CB. RGB value is (251,106,203). Sum of RGB (Red+Green+Blue) = 251+106+203=560 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.82% from 560); Green value is 106 (41.80% from 255 or 18.93% from 560); Blue value is 203 (79.69% from 255 or 36.25% from 560); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6ACB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB6ACB is #049534. Grayscale: #A0A0A0. Windows color (decimal): -300341 or 13331195. OLE color: 13331195.
HSL color Cylindrical-coordinate representation of color #FB6ACB: hue angle of 319.86º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FB6ACB is Cyan = 0, Magento = 0.58, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 106 | 203 | - |
| CMYK | 0 | 0.58 | 0.19 | 0.02 |
| HSL | 319.86º | 0.95% | 0.7% | - |
| HSV(B) | 319.86º | 0.58% | 0.98% | - |
| XYZ | 55.72 | 35.13 | 60.34 | - |
| YUV | 160.41 | 152.04 | 192.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 106 | 203 | 0 | 0.58 | 0.19 | 0.02 | 319.86 | 0.95 | 0.7 |
| Hex | FB | 6A | CB | 0 | 3A | 13 | 2 | 140 | 5F | 46 |
| Octal | 373 | 152 | 313 | 0 | 72 | 23 | 2 | 500 | 137 | 106 |
| Binary | 11111011 | 1101010 | 11001011 | 0 | 111010 | 10011 | 10 | 101000000 | 1011111 | 1000110 |
Color Harmonies of #FB6ACB
Complementary color
Monochromatic Colors of #FB6ACB
Black with #FB6ACB
Text Example
Text Example
White with #FB6ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB6ACB; }
p { color: rgb(251,106,203); }
H1.HeaderClassName
{
color: #FB6ACB;
}
.AnyTagClassName
{
color: #FB6ACB;
}
</style>
background-color css
<style>
a { background-color: #FB6ACB; }
a { background-color: rgb(251,106,203); }
div.DivClassName
{
background-color: #FB6ACB;
}
.BgClassName
{
background-color: #FB6ACB;
}
</style>
border-color css
<style>
span { border-color: #FB6ACB; }
span { border-color: rgb(251,106,203); }
td.TdClassName
{
border-color: #FB6ACB;
}
.TagClassName
{
border-color: #FB6ACB;
}
</style>