Shades of Neon Pink #FB68C2
Tints of Neon Pink #FB68C2
RGB
CMYK
RGB Variations
Color information
#FB68C2 (or 0xFB68C2) is known color: Neon Pink. HEX triplet: FB, 68 and C2. RGB value is (251,104,194). Sum of RGB (Red+Green+Blue) = 251+104+194=549 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.72% from 549); Green value is 104 (41.02% from 255 or 18.94% from 549); Blue value is 194 (76.17% from 255 or 35.34% from 549); Max value from RGB is 251 - color contains mainly: red. Hex color #FB68C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB68C2 is #04973D. Grayscale: #9E9E9E. Windows color (decimal): -300862 or 12740859. OLE color: 12740859.
HSL color Cylindrical-coordinate representation of color #FB68C2: hue angle of 323.27º 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 #FB68C2 is Cyan = 0, Magento = 0.59, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 104 | 194 | - |
| CMYK | 0 | 0.59 | 0.23 | 0.02 |
| HSL | 323.27º | 0.95% | 0.7% | - |
| HSV(B) | 323.27º | 0.59% | 0.98% | - |
| XYZ | 54.47 | 34.3 | 54.79 | - |
| YUV | 158.21 | 148.2 | 194.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 104 | 194 | 0 | 0.59 | 0.23 | 0.02 | 323.27 | 0.95 | 0.7 |
| Hex | FB | 68 | C2 | 0 | 3B | 17 | 2 | 143 | 5F | 46 |
| Octal | 373 | 150 | 302 | 0 | 73 | 27 | 2 | 503 | 137 | 106 |
| Binary | 11111011 | 1101000 | 11000010 | 0 | 111011 | 10111 | 10 | 101000011 | 1011111 | 1000110 |
Color Harmonies of #FB68C2
Complementary color
Monochromatic Colors of #FB68C2
Black with #FB68C2
Text Example
Text Example
White with #FB68C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB68C2; }
p { color: rgb(251,104,194); }
H1.HeaderClassName
{
color: #FB68C2;
}
.AnyTagClassName
{
color: #FB68C2;
}
</style>
background-color css
<style>
a { background-color: #FB68C2; }
a { background-color: rgb(251,104,194); }
div.DivClassName
{
background-color: #FB68C2;
}
.BgClassName
{
background-color: #FB68C2;
}
</style>
border-color css
<style>
span { border-color: #FB68C2; }
span { border-color: rgb(251,104,194); }
td.TdClassName
{
border-color: #FB68C2;
}
.TagClassName
{
border-color: #FB68C2;
}
</style>