Shades of Neon Pink #FB64C0
Tints of Neon Pink #FB64C0
RGB
CMYK
RGB Variations
Color information
#FB64C0 (or 0xFB64C0) is known color: Neon Pink. HEX triplet: FB, 64 and C0. RGB value is (251,100,192). Sum of RGB (Red+Green+Blue) = 251+100+192=543 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.22% from 543); Green value is 100 (39.45% from 255 or 18.42% from 543); Blue value is 192 (75.39% from 255 or 35.36% from 543); Max value from RGB is 251 - color contains mainly: red. Hex color #FB64C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB64C0 is #049B3F. Grayscale: #9B9B9B. Windows color (decimal): -301888 or 12608763. OLE color: 12608763.
HSL color Cylindrical-coordinate representation of color #FB64C0: hue angle of 323.44º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FB64C0 is Cyan = 0, Magento = 0.60, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 100 | 192 | - |
| CMYK | 0 | 0.60 | 0.24 | 0.02 |
| HSL | 323.44º | 0.95% | 0.69% | - |
| HSV(B) | 323.44º | 0.6% | 0.98% | - |
| XYZ | 53.86 | 33.43 | 53.48 | - |
| YUV | 155.64 | 148.53 | 196.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 100 | 192 | 0 | 0.60 | 0.24 | 0.02 | 323.44 | 0.95 | 0.69 |
| Hex | FB | 64 | C0 | 0 | 3C | 18 | 2 | 143 | 5F | 45 |
| Octal | 373 | 144 | 300 | 0 | 74 | 30 | 2 | 503 | 137 | 105 |
| Binary | 11111011 | 1100100 | 11000000 | 0 | 111100 | 11000 | 10 | 101000011 | 1011111 | 1000101 |
Color Harmonies of #FB64C0
Complementary color
Monochromatic Colors of #FB64C0
Black with #FB64C0
Text Example
Text Example
White with #FB64C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB64C0; }
p { color: rgb(251,100,192); }
H1.HeaderClassName
{
color: #FB64C0;
}
.AnyTagClassName
{
color: #FB64C0;
}
</style>
background-color css
<style>
a { background-color: #FB64C0; }
a { background-color: rgb(251,100,192); }
div.DivClassName
{
background-color: #FB64C0;
}
.BgClassName
{
background-color: #FB64C0;
}
</style>
border-color css
<style>
span { border-color: #FB64C0; }
span { border-color: rgb(251,100,192); }
td.TdClassName
{
border-color: #FB64C0;
}
.TagClassName
{
border-color: #FB64C0;
}
</style>