Shades of Neon Pink #FB63C5
Tints of Neon Pink #FB63C5
RGB
CMYK
RGB Variations
Color information
#FB63C5 (or 0xFB63C5) is known color: Neon Pink. HEX triplet: FB, 63 and C5. RGB value is (251,99,197). Sum of RGB (Red+Green+Blue) = 251+99+197=547 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.89% from 547); Green value is 99 (39.06% from 255 or 18.10% from 547); Blue value is 197 (77.34% from 255 or 36.01% from 547); Max value from RGB is 251 - color contains mainly: red. Hex color #FB63C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB63C5 is #049C3A. Grayscale: #9B9B9B. Windows color (decimal): -302139 or 12936187. OLE color: 12936187.
HSL color Cylindrical-coordinate representation of color #FB63C5: hue angle of 321.32º 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 #FB63C5 is Cyan = 0, Magento = 0.61, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 99 | 197 | - |
| CMYK | 0 | 0.61 | 0.22 | 0.02 |
| HSL | 321.32º | 0.95% | 0.69% | - |
| HSV(B) | 321.32º | 0.61% | 0.98% | - |
| XYZ | 54.32 | 33.46 | 56.42 | - |
| YUV | 155.62 | 151.36 | 196.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 99 | 197 | 0 | 0.61 | 0.22 | 0.02 | 321.32 | 0.95 | 0.69 |
| Hex | FB | 63 | C5 | 0 | 3D | 16 | 2 | 141 | 5F | 45 |
| Octal | 373 | 143 | 305 | 0 | 75 | 26 | 2 | 501 | 137 | 105 |
| Binary | 11111011 | 1100011 | 11000101 | 0 | 111101 | 10110 | 10 | 101000001 | 1011111 | 1000101 |
Color Harmonies of #FB63C5
Complementary color
Monochromatic Colors of #FB63C5
Black with #FB63C5
Text Example
Text Example
White with #FB63C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB63C5; }
p { color: rgb(251,99,197); }
H1.HeaderClassName
{
color: #FB63C5;
}
.AnyTagClassName
{
color: #FB63C5;
}
</style>
background-color css
<style>
a { background-color: #FB63C5; }
a { background-color: rgb(251,99,197); }
div.DivClassName
{
background-color: #FB63C5;
}
.BgClassName
{
background-color: #FB63C5;
}
</style>
border-color css
<style>
span { border-color: #FB63C5; }
span { border-color: rgb(251,99,197); }
td.TdClassName
{
border-color: #FB63C5;
}
.TagClassName
{
border-color: #FB63C5;
}
</style>