Shades of Neon Pink #FB63C0
Tints of Neon Pink #FB63C0
RGB
CMYK
RGB Variations
Color information
#FB63C0 (or 0xFB63C0) is known color: Neon Pink. HEX triplet: FB, 63 and C0. RGB value is (251,99,192). Sum of RGB (Red+Green+Blue) = 251+99+192=542 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.31% from 542); Green value is 99 (39.06% from 255 or 18.27% from 542); Blue value is 192 (75.39% from 255 or 35.42% from 542); Max value from RGB is 251 - color contains mainly: red. Hex color #FB63C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB63C0 is #049C3F. Grayscale: #9A9A9A. Windows color (decimal): -302144 or 12608507. OLE color: 12608507.
HSL color Cylindrical-coordinate representation of color #FB63C0: hue angle of 323.29º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FB63C0 is Cyan = 0, Magento = 0.61, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 99 | 192 | - |
| CMYK | 0 | 0.61 | 0.24 | 0.02 |
| HSL | 323.29º | 0.95% | 0.69% | - |
| HSV(B) | 323.29º | 0.61% | 0.98% | - |
| XYZ | 53.76 | 33.24 | 53.45 | - |
| YUV | 155.05 | 148.86 | 196.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 99 | 192 | 0 | 0.61 | 0.24 | 0.02 | 323.29 | 0.95 | 0.69 |
| Hex | FB | 63 | C0 | 0 | 3D | 18 | 2 | 143 | 5F | 45 |
| Octal | 373 | 143 | 300 | 0 | 75 | 30 | 2 | 503 | 137 | 105 |
| Binary | 11111011 | 1100011 | 11000000 | 0 | 111101 | 11000 | 10 | 101000011 | 1011111 | 1000101 |
Color Harmonies of #FB63C0
Complementary color
Monochromatic Colors of #FB63C0
Black with #FB63C0
Text Example
Text Example
White with #FB63C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB63C0; }
p { color: rgb(251,99,192); }
H1.HeaderClassName
{
color: #FB63C0;
}
.AnyTagClassName
{
color: #FB63C0;
}
</style>
background-color css
<style>
a { background-color: #FB63C0; }
a { background-color: rgb(251,99,192); }
div.DivClassName
{
background-color: #FB63C0;
}
.BgClassName
{
background-color: #FB63C0;
}
</style>
border-color css
<style>
span { border-color: #FB63C0; }
span { border-color: rgb(251,99,192); }
td.TdClassName
{
border-color: #FB63C0;
}
.TagClassName
{
border-color: #FB63C0;
}
</style>