Shades of Neon Pink #FB68CB
Tints of Neon Pink #FB68CB
RGB
CMYK
RGB Variations
Color information
#FB68CB (or 0xFB68CB) is known color: Neon Pink. HEX triplet: FB, 68 and CB. RGB value is (251,104,203). Sum of RGB (Red+Green+Blue) = 251+104+203=558 (73% of max value = 765). Red value is 251 (98.44% from 255 or 44.98% from 558); Green value is 104 (41.02% from 255 or 18.64% from 558); Blue value is 203 (79.69% from 255 or 36.38% from 558); Max value from RGB is 251 - color contains mainly: red. Hex color #FB68CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB68CB is #049734. Grayscale: #9E9E9E. Windows color (decimal): -300853 or 13330683. OLE color: 13330683.
HSL color Cylindrical-coordinate representation of color #FB68CB: hue angle of 319.59º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FB68CB is Cyan = 0, Magento = 0.59, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 104 | 203 | - |
| CMYK | 0 | 0.59 | 0.19 | 0.02 |
| HSL | 319.59º | 0.95% | 0.7% | - |
| HSV(B) | 319.59º | 0.59% | 0.98% | - |
| XYZ | 55.51 | 34.72 | 60.28 | - |
| YUV | 159.24 | 152.7 | 193.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 104 | 203 | 0 | 0.59 | 0.19 | 0.02 | 319.59 | 0.95 | 0.7 |
| Hex | FB | 68 | CB | 0 | 3B | 13 | 2 | 140 | 5F | 46 |
| Octal | 373 | 150 | 313 | 0 | 73 | 23 | 2 | 500 | 137 | 106 |
| Binary | 11111011 | 1101000 | 11001011 | 0 | 111011 | 10011 | 10 | 101000000 | 1011111 | 1000110 |
Color Harmonies of #FB68CB
Complementary color
Monochromatic Colors of #FB68CB
Black with #FB68CB
Text Example
Text Example
White with #FB68CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB68CB; }
p { color: rgb(251,104,203); }
H1.HeaderClassName
{
color: #FB68CB;
}
.AnyTagClassName
{
color: #FB68CB;
}
</style>
background-color css
<style>
a { background-color: #FB68CB; }
a { background-color: rgb(251,104,203); }
div.DivClassName
{
background-color: #FB68CB;
}
.BgClassName
{
background-color: #FB68CB;
}
</style>
border-color css
<style>
span { border-color: #FB68CB; }
span { border-color: rgb(251,104,203); }
td.TdClassName
{
border-color: #FB68CB;
}
.TagClassName
{
border-color: #FB68CB;
}
</style>