Shades of Neon Pink #FB65CE
Tints of Neon Pink #FB65CE
RGB
CMYK
RGB Variations
Color information
#FB65CE (or 0xFB65CE) is known color: Neon Pink. HEX triplet: FB, 65 and CE. RGB value is (251,101,206). Sum of RGB (Red+Green+Blue) = 251+101+206=558 (73% of max value = 765). Red value is 251 (98.44% from 255 or 44.98% from 558); Green value is 101 (39.84% from 255 or 18.10% from 558); Blue value is 206 (80.86% from 255 or 36.92% from 558); Max value from RGB is 251 - color contains mainly: red. Hex color #FB65CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB65CE is #049A31. Grayscale: #9D9D9D. Windows color (decimal): -301618 or 13526523. OLE color: 13526523.
HSL color Cylindrical-coordinate representation of color #FB65CE: hue angle of 318º 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 #FB65CE is Cyan = 0, Magento = 0.60, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 101 | 206 | - |
| CMYK | 0 | 0.60 | 0.18 | 0.02 |
| HSL | 318º | 0.95% | 0.69% | - |
| HSV(B) | 318º | 0.6% | 0.98% | - |
| XYZ | 55.58 | 34.27 | 62.08 | - |
| YUV | 157.82 | 155.2 | 194.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 101 | 206 | 0 | 0.60 | 0.18 | 0.02 | 318 | 0.95 | 0.69 |
| Hex | FB | 65 | CE | 0 | 3C | 12 | 2 | 13E | 5F | 45 |
| Octal | 373 | 145 | 316 | 0 | 74 | 22 | 2 | 476 | 137 | 105 |
| Binary | 11111011 | 1100101 | 11001110 | 0 | 111100 | 10010 | 10 | 100111110 | 1011111 | 1000101 |
Color Harmonies of #FB65CE
Complementary color
Monochromatic Colors of #FB65CE
Black with #FB65CE
Text Example
Text Example
White with #FB65CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB65CE; }
p { color: rgb(251,101,206); }
H1.HeaderClassName
{
color: #FB65CE;
}
.AnyTagClassName
{
color: #FB65CE;
}
</style>
background-color css
<style>
a { background-color: #FB65CE; }
a { background-color: rgb(251,101,206); }
div.DivClassName
{
background-color: #FB65CE;
}
.BgClassName
{
background-color: #FB65CE;
}
</style>
border-color css
<style>
span { border-color: #FB65CE; }
span { border-color: rgb(251,101,206); }
td.TdClassName
{
border-color: #FB65CE;
}
.TagClassName
{
border-color: #FB65CE;
}
</style>