Shades of Neon Pink #FB6CCB
Tints of Neon Pink #FB6CCB
RGB
CMYK
RGB Variations
Color information
#FB6CCB (or 0xFB6CCB) is known color: Neon Pink. HEX triplet: FB, 6C and CB. RGB value is (251,108,203). Sum of RGB (Red+Green+Blue) = 251+108+203=562 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.66% from 562); Green value is 108 (42.58% from 255 or 19.22% from 562); Blue value is 203 (79.69% from 255 or 36.12% from 562); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6CCB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB6CCB is #049334. Grayscale: #A1A1A1. Windows color (decimal): -299829 or 13331707. OLE color: 13331707.
HSL color Cylindrical-coordinate representation of color #FB6CCB: hue angle of 320.14º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FB6CCB is Cyan = 0, Magento = 0.57, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 108 | 203 | - |
| CMYK | 0 | 0.57 | 0.19 | 0.02 |
| HSL | 320.14º | 0.95% | 0.7% | - |
| HSV(B) | 320.14º | 0.57% | 0.98% | - |
| XYZ | 55.93 | 35.55 | 60.41 | - |
| YUV | 161.59 | 151.38 | 191.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 108 | 203 | 0 | 0.57 | 0.19 | 0.02 | 320.14 | 0.95 | 0.7 |
| Hex | FB | 6C | CB | 0 | 39 | 13 | 2 | 140 | 5F | 46 |
| Octal | 373 | 154 | 313 | 0 | 71 | 23 | 2 | 500 | 137 | 106 |
| Binary | 11111011 | 1101100 | 11001011 | 0 | 111001 | 10011 | 10 | 101000000 | 1011111 | 1000110 |
Color Harmonies of #FB6CCB
Complementary color
Monochromatic Colors of #FB6CCB
Black with #FB6CCB
Text Example
Text Example
White with #FB6CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB6CCB; }
p { color: rgb(251,108,203); }
H1.HeaderClassName
{
color: #FB6CCB;
}
.AnyTagClassName
{
color: #FB6CCB;
}
</style>
background-color css
<style>
a { background-color: #FB6CCB; }
a { background-color: rgb(251,108,203); }
div.DivClassName
{
background-color: #FB6CCB;
}
.BgClassName
{
background-color: #FB6CCB;
}
</style>
border-color css
<style>
span { border-color: #FB6CCB; }
span { border-color: rgb(251,108,203); }
td.TdClassName
{
border-color: #FB6CCB;
}
.TagClassName
{
border-color: #FB6CCB;
}
</style>