Shades of Neon Pink #FB63C7
Tints of Neon Pink #FB63C7
RGB
CMYK
RGB Variations
Color information
#FB63C7 (or 0xFB63C7) is known color: Neon Pink. HEX triplet: FB, 63 and C7. RGB value is (251,99,199). Sum of RGB (Red+Green+Blue) = 251+99+199=549 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.72% from 549); Green value is 99 (39.06% from 255 or 18.03% from 549); Blue value is 199 (78.12% from 255 or 36.25% from 549); Max value from RGB is 251 - color contains mainly: red. Hex color #FB63C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB63C7 is #049C38. Grayscale: #9B9B9B. Windows color (decimal): -302137 or 13067259. OLE color: 13067259.
HSL color Cylindrical-coordinate representation of color #FB63C7: hue angle of 320.53º 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 #FB63C7 is Cyan = 0, Magento = 0.61, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 99 | 199 | - |
| CMYK | 0 | 0.61 | 0.21 | 0.02 |
| HSL | 320.53º | 0.95% | 0.69% | - |
| HSV(B) | 320.53º | 0.61% | 0.98% | - |
| XYZ | 54.55 | 33.56 | 57.63 | - |
| YUV | 155.85 | 152.36 | 195.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 99 | 199 | 0 | 0.61 | 0.21 | 0.02 | 320.53 | 0.95 | 0.69 |
| Hex | FB | 63 | C7 | 0 | 3D | 15 | 2 | 141 | 5F | 45 |
| Octal | 373 | 143 | 307 | 0 | 75 | 25 | 2 | 501 | 137 | 105 |
| Binary | 11111011 | 1100011 | 11000111 | 0 | 111101 | 10101 | 10 | 101000001 | 1011111 | 1000101 |
Color Harmonies of #FB63C7
Complementary color
Monochromatic Colors of #FB63C7
Black with #FB63C7
Text Example
Text Example
White with #FB63C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB63C7; }
p { color: rgb(251,99,199); }
H1.HeaderClassName
{
color: #FB63C7;
}
.AnyTagClassName
{
color: #FB63C7;
}
</style>
background-color css
<style>
a { background-color: #FB63C7; }
a { background-color: rgb(251,99,199); }
div.DivClassName
{
background-color: #FB63C7;
}
.BgClassName
{
background-color: #FB63C7;
}
</style>
border-color css
<style>
span { border-color: #FB63C7; }
span { border-color: rgb(251,99,199); }
td.TdClassName
{
border-color: #FB63C7;
}
.TagClassName
{
border-color: #FB63C7;
}
</style>