Shades of Neon Pink #FB75C2
Tints of Neon Pink #FB75C2
RGB
CMYK
RGB Variations
Color information
#FB75C2 (or 0xFB75C2) is known color: Neon Pink. HEX triplet: FB, 75 and C2. RGB value is (251,117,194). Sum of RGB (Red+Green+Blue) = 251+117+194=562 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.66% from 562); Green value is 117 (46.09% from 255 or 20.82% from 562); Blue value is 194 (76.17% from 255 or 34.52% from 562); Max value from RGB is 251 - color contains mainly: red. Hex color #FB75C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB75C2 is #048A3D. Grayscale: #A5A5A5. Windows color (decimal): -297534 or 12744187. OLE color: 12744187.
HSL color Cylindrical-coordinate representation of color #FB75C2: hue angle of 325.52º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FB75C2 is Cyan = 0, Magento = 0.53, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 117 | 194 | - |
| CMYK | 0 | 0.53 | 0.23 | 0.02 |
| HSL | 325.52º | 0.94% | 0.72% | - |
| HSV(B) | 325.52º | 0.53% | 0.98% | - |
| XYZ | 55.88 | 37.13 | 55.26 | - |
| YUV | 165.84 | 143.89 | 188.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 117 | 194 | 0 | 0.53 | 0.23 | 0.02 | 325.52 | 0.94 | 0.72 |
| Hex | FB | 75 | C2 | 0 | 35 | 17 | 2 | 146 | 5E | 48 |
| Octal | 373 | 165 | 302 | 0 | 65 | 27 | 2 | 506 | 136 | 110 |
| Binary | 11111011 | 1110101 | 11000010 | 0 | 110101 | 10111 | 10 | 101000110 | 1011110 | 1001000 |
Color Harmonies of #FB75C2
Complementary color
Monochromatic Colors of #FB75C2
Black with #FB75C2
Text Example
Text Example
White with #FB75C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB75C2; }
p { color: rgb(251,117,194); }
H1.HeaderClassName
{
color: #FB75C2;
}
.AnyTagClassName
{
color: #FB75C2;
}
</style>
background-color css
<style>
a { background-color: #FB75C2; }
a { background-color: rgb(251,117,194); }
div.DivClassName
{
background-color: #FB75C2;
}
.BgClassName
{
background-color: #FB75C2;
}
</style>
border-color css
<style>
span { border-color: #FB75C2; }
span { border-color: rgb(251,117,194); }
td.TdClassName
{
border-color: #FB75C2;
}
.TagClassName
{
border-color: #FB75C2;
}
</style>