Shades of Neon Pink #FB68C9
Tints of Neon Pink #FB68C9
RGB
CMYK
RGB Variations
Color information
#FB68C9 (or 0xFB68C9) is known color: Neon Pink. HEX triplet: FB, 68 and C9. RGB value is (251,104,201). Sum of RGB (Red+Green+Blue) = 251+104+201=556 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.14% from 556); Green value is 104 (41.02% from 255 or 18.71% from 556); Blue value is 201 (78.91% from 255 or 36.15% from 556); Max value from RGB is 251 - color contains mainly: red. Hex color #FB68C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB68C9 is #049736. Grayscale: #9E9E9E. Windows color (decimal): -300855 or 13199611. OLE color: 13199611.
HSL color Cylindrical-coordinate representation of color #FB68C9: hue angle of 320.41º 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 #FB68C9 is Cyan = 0, Magento = 0.59, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 104 | 201 | - |
| CMYK | 0 | 0.59 | 0.20 | 0.02 |
| HSL | 320.41º | 0.95% | 0.7% | - |
| HSV(B) | 320.41º | 0.59% | 0.98% | - |
| XYZ | 55.28 | 34.63 | 59.03 | - |
| YUV | 159.01 | 151.7 | 193.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 104 | 201 | 0 | 0.59 | 0.20 | 0.02 | 320.41 | 0.95 | 0.7 |
| Hex | FB | 68 | C9 | 0 | 3B | 14 | 2 | 140 | 5F | 46 |
| Octal | 373 | 150 | 311 | 0 | 73 | 24 | 2 | 500 | 137 | 106 |
| Binary | 11111011 | 1101000 | 11001001 | 0 | 111011 | 10100 | 10 | 101000000 | 1011111 | 1000110 |
Color Harmonies of #FB68C9
Complementary color
Monochromatic Colors of #FB68C9
Black with #FB68C9
Text Example
Text Example
White with #FB68C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB68C9; }
p { color: rgb(251,104,201); }
H1.HeaderClassName
{
color: #FB68C9;
}
.AnyTagClassName
{
color: #FB68C9;
}
</style>
background-color css
<style>
a { background-color: #FB68C9; }
a { background-color: rgb(251,104,201); }
div.DivClassName
{
background-color: #FB68C9;
}
.BgClassName
{
background-color: #FB68C9;
}
</style>
border-color css
<style>
span { border-color: #FB68C9; }
span { border-color: rgb(251,104,201); }
td.TdClassName
{
border-color: #FB68C9;
}
.TagClassName
{
border-color: #FB68C9;
}
</style>