Shades of Neon Pink #FB62C2
Tints of Neon Pink #FB62C2
RGB
CMYK
RGB Variations
Color information
#FB62C2 (or 0xFB62C2) is known color: Neon Pink. HEX triplet: FB, 62 and C2. RGB value is (251,98,194). Sum of RGB (Red+Green+Blue) = 251+98+194=543 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.22% from 543); Green value is 98 (38.67% from 255 or 18.05% from 543); Blue value is 194 (76.17% from 255 or 35.73% from 543); Max value from RGB is 251 - color contains mainly: red. Hex color #FB62C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB62C2 is #049D3D. Grayscale: #9A9A9A. Windows color (decimal): -302398 or 12739323. OLE color: 12739323.
HSL color Cylindrical-coordinate representation of color #FB62C2: hue angle of 322.35º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FB62C2 is Cyan = 0, Magento = 0.61, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 98 | 194 | - |
| CMYK | 0 | 0.61 | 0.23 | 0.02 |
| HSL | 322.35º | 0.95% | 0.68% | - |
| HSV(B) | 322.35º | 0.61% | 0.98% | - |
| XYZ | 53.89 | 33.14 | 54.6 | - |
| YUV | 154.69 | 150.19 | 196.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 98 | 194 | 0 | 0.61 | 0.23 | 0.02 | 322.35 | 0.95 | 0.68 |
| Hex | FB | 62 | C2 | 0 | 3D | 17 | 2 | 142 | 5F | 44 |
| Octal | 373 | 142 | 302 | 0 | 75 | 27 | 2 | 502 | 137 | 104 |
| Binary | 11111011 | 1100010 | 11000010 | 0 | 111101 | 10111 | 10 | 101000010 | 1011111 | 1000100 |
Color Harmonies of #FB62C2
Complementary color
Monochromatic Colors of #FB62C2
Black with #FB62C2
Text Example
Text Example
White with #FB62C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB62C2; }
p { color: rgb(251,98,194); }
H1.HeaderClassName
{
color: #FB62C2;
}
.AnyTagClassName
{
color: #FB62C2;
}
</style>
background-color css
<style>
a { background-color: #FB62C2; }
a { background-color: rgb(251,98,194); }
div.DivClassName
{
background-color: #FB62C2;
}
.BgClassName
{
background-color: #FB62C2;
}
</style>
border-color css
<style>
span { border-color: #FB62C2; }
span { border-color: rgb(251,98,194); }
td.TdClassName
{
border-color: #FB62C2;
}
.TagClassName
{
border-color: #FB62C2;
}
</style>