Shades of Neon Pink #FB62C0
Tints of Neon Pink #FB62C0
RGB
CMYK
RGB Variations
Color information
#FB62C0 (or 0xFB62C0) is known color: Neon Pink. HEX triplet: FB, 62 and C0. RGB value is (251,98,192). Sum of RGB (Red+Green+Blue) = 251+98+192=541 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.40% from 541); Green value is 98 (38.67% from 255 or 18.11% from 541); Blue value is 192 (75.39% from 255 or 35.49% from 541); Max value from RGB is 251 - color contains mainly: red. Hex color #FB62C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB62C0 is #049D3F. Grayscale: #9A9A9A. Windows color (decimal): -302400 or 12608251. OLE color: 12608251.
HSL color Cylindrical-coordinate representation of color #FB62C0: hue angle of 323.14º 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 #FB62C0 is Cyan = 0, Magento = 0.61, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 98 | 192 | - |
| CMYK | 0 | 0.61 | 0.24 | 0.02 |
| HSL | 323.14º | 0.95% | 0.68% | - |
| HSV(B) | 323.14º | 0.61% | 0.98% | - |
| XYZ | 53.67 | 33.05 | 53.42 | - |
| YUV | 154.46 | 149.19 | 196.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 98 | 192 | 0 | 0.61 | 0.24 | 0.02 | 323.14 | 0.95 | 0.68 |
| Hex | FB | 62 | C0 | 0 | 3D | 18 | 2 | 143 | 5F | 44 |
| Octal | 373 | 142 | 300 | 0 | 75 | 30 | 2 | 503 | 137 | 104 |
| Binary | 11111011 | 1100010 | 11000000 | 0 | 111101 | 11000 | 10 | 101000011 | 1011111 | 1000100 |
Color Harmonies of #FB62C0
Complementary color
Monochromatic Colors of #FB62C0
Black with #FB62C0
Text Example
Text Example
White with #FB62C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB62C0; }
p { color: rgb(251,98,192); }
H1.HeaderClassName
{
color: #FB62C0;
}
.AnyTagClassName
{
color: #FB62C0;
}
</style>
background-color css
<style>
a { background-color: #FB62C0; }
a { background-color: rgb(251,98,192); }
div.DivClassName
{
background-color: #FB62C0;
}
.BgClassName
{
background-color: #FB62C0;
}
</style>
border-color css
<style>
span { border-color: #FB62C0; }
span { border-color: rgb(251,98,192); }
td.TdClassName
{
border-color: #FB62C0;
}
.TagClassName
{
border-color: #FB62C0;
}
</style>