Shades of Neon Pink #FB6ECB
Tints of Neon Pink #FB6ECB
RGB
CMYK
RGB Variations
Color information
#FB6ECB (or 0xFB6ECB) is known color: Neon Pink. HEX triplet: FB, 6E and CB. RGB value is (251,110,203). Sum of RGB (Red+Green+Blue) = 251+110+203=564 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.50% from 564); Green value is 110 (43.36% from 255 or 19.50% from 564); Blue value is 203 (79.69% from 255 or 35.99% from 564); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6ECB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB6ECB is #049134. Grayscale: #A2A2A2. Windows color (decimal): -299317 or 13332219. OLE color: 13332219.
HSL color Cylindrical-coordinate representation of color #FB6ECB: hue angle of 320.43º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FB6ECB is Cyan = 0, Magento = 0.56, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 110 | 203 | - |
| CMYK | 0 | 0.56 | 0.19 | 0.02 |
| HSL | 320.43º | 0.95% | 0.71% | - |
| HSV(B) | 320.43º | 0.56% | 0.98% | - |
| XYZ | 56.14 | 35.97 | 60.48 | - |
| YUV | 162.76 | 150.71 | 190.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 110 | 203 | 0 | 0.56 | 0.19 | 0.02 | 320.43 | 0.95 | 0.71 |
| Hex | FB | 6E | CB | 0 | 38 | 13 | 2 | 140 | 5F | 47 |
| Octal | 373 | 156 | 313 | 0 | 70 | 23 | 2 | 500 | 137 | 107 |
| Binary | 11111011 | 1101110 | 11001011 | 0 | 111000 | 10011 | 10 | 101000000 | 1011111 | 1000111 |
Color Harmonies of #FB6ECB
Complementary color
Monochromatic Colors of #FB6ECB
Black with #FB6ECB
Text Example
Text Example
White with #FB6ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB6ECB; }
p { color: rgb(251,110,203); }
H1.HeaderClassName
{
color: #FB6ECB;
}
.AnyTagClassName
{
color: #FB6ECB;
}
</style>
background-color css
<style>
a { background-color: #FB6ECB; }
a { background-color: rgb(251,110,203); }
div.DivClassName
{
background-color: #FB6ECB;
}
.BgClassName
{
background-color: #FB6ECB;
}
</style>
border-color css
<style>
span { border-color: #FB6ECB; }
span { border-color: rgb(251,110,203); }
td.TdClassName
{
border-color: #FB6ECB;
}
.TagClassName
{
border-color: #FB6ECB;
}
</style>