Shades of Neon Pink #FB68C1
Tints of Neon Pink #FB68C1
RGB
CMYK
RGB Variations
Color information
#FB68C1 (or 0xFB68C1) is known color: Neon Pink. HEX triplet: FB, 68 and C1. RGB value is (251,104,193). Sum of RGB (Red+Green+Blue) = 251+104+193=548 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.80% from 548); Green value is 104 (41.02% from 255 or 18.98% from 548); Blue value is 193 (75.78% from 255 or 35.22% from 548); Max value from RGB is 251 - color contains mainly: red. Hex color #FB68C1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB68C1 is #04973E. Grayscale: #9D9D9D. Windows color (decimal): -300863 or 12675323. OLE color: 12675323.
HSL color Cylindrical-coordinate representation of color #FB68C1: hue angle of 323.67º 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 #FB68C1 is Cyan = 0, Magento = 0.59, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 104 | 193 | - |
| CMYK | 0 | 0.59 | 0.23 | 0.02 |
| HSL | 323.67º | 0.95% | 0.7% | - |
| HSV(B) | 323.67º | 0.59% | 0.98% | - |
| XYZ | 54.36 | 34.26 | 54.2 | - |
| YUV | 158.1 | 147.7 | 194.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 104 | 193 | 0 | 0.59 | 0.23 | 0.02 | 323.67 | 0.95 | 0.7 |
| Hex | FB | 68 | C1 | 0 | 3B | 17 | 2 | 144 | 5F | 46 |
| Octal | 373 | 150 | 301 | 0 | 73 | 27 | 2 | 504 | 137 | 106 |
| Binary | 11111011 | 1101000 | 11000001 | 0 | 111011 | 10111 | 10 | 101000100 | 1011111 | 1000110 |
Color Harmonies of #FB68C1
Complementary color
Monochromatic Colors of #FB68C1
Black with #FB68C1
Text Example
Text Example
White with #FB68C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB68C1; }
p { color: rgb(251,104,193); }
H1.HeaderClassName
{
color: #FB68C1;
}
.AnyTagClassName
{
color: #FB68C1;
}
</style>
background-color css
<style>
a { background-color: #FB68C1; }
a { background-color: rgb(251,104,193); }
div.DivClassName
{
background-color: #FB68C1;
}
.BgClassName
{
background-color: #FB68C1;
}
</style>
border-color css
<style>
span { border-color: #FB68C1; }
span { border-color: rgb(251,104,193); }
td.TdClassName
{
border-color: #FB68C1;
}
.TagClassName
{
border-color: #FB68C1;
}
</style>