Shades of Neon Pink #FB64CB
Tints of Neon Pink #FB64CB
RGB
CMYK
RGB Variations
Color information
#FB64CB (or 0xFB64CB) is known color: Neon Pink. HEX triplet: FB, 64 and CB. RGB value is (251,100,203). Sum of RGB (Red+Green+Blue) = 251+100+203=554 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.31% from 554); Green value is 100 (39.45% from 255 or 18.05% from 554); Blue value is 203 (79.69% from 255 or 36.64% from 554); Max value from RGB is 251 - color contains mainly: red. Hex color #FB64CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB64CB is #049B34. Grayscale: #9C9C9C. Windows color (decimal): -301877 or 13329659. OLE color: 13329659.
HSL color Cylindrical-coordinate representation of color #FB64CB: hue angle of 319.07º 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 #FB64CB is Cyan = 0, Magento = 0.60, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 100 | 203 | - |
| CMYK | 0 | 0.60 | 0.19 | 0.02 |
| HSL | 319.07º | 0.95% | 0.69% | - |
| HSV(B) | 319.07º | 0.6% | 0.98% | - |
| XYZ | 55.12 | 33.94 | 60.14 | - |
| YUV | 156.89 | 154.03 | 195.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 100 | 203 | 0 | 0.60 | 0.19 | 0.02 | 319.07 | 0.95 | 0.69 |
| Hex | FB | 64 | CB | 0 | 3C | 13 | 2 | 13F | 5F | 45 |
| Octal | 373 | 144 | 313 | 0 | 74 | 23 | 2 | 477 | 137 | 105 |
| Binary | 11111011 | 1100100 | 11001011 | 0 | 111100 | 10011 | 10 | 100111111 | 1011111 | 1000101 |
Color Harmonies of #FB64CB
Complementary color
Monochromatic Colors of #FB64CB
Black with #FB64CB
Text Example
Text Example
White with #FB64CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB64CB; }
p { color: rgb(251,100,203); }
H1.HeaderClassName
{
color: #FB64CB;
}
.AnyTagClassName
{
color: #FB64CB;
}
</style>
background-color css
<style>
a { background-color: #FB64CB; }
a { background-color: rgb(251,100,203); }
div.DivClassName
{
background-color: #FB64CB;
}
.BgClassName
{
background-color: #FB64CB;
}
</style>
border-color css
<style>
span { border-color: #FB64CB; }
span { border-color: rgb(251,100,203); }
td.TdClassName
{
border-color: #FB64CB;
}
.TagClassName
{
border-color: #FB64CB;
}
</style>