Shades of Neon Pink #FB65D4
Tints of Neon Pink #FB65D4
RGB
CMYK
RGB Variations
Color information
#FB65D4 (or 0xFB65D4) is known color: Neon Pink. HEX triplet: FB, 65 and D4. RGB value is (251,101,212). Sum of RGB (Red+Green+Blue) = 251+101+212=564 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.50% from 564); Green value is 101 (39.84% from 255 or 17.91% from 564); Blue value is 212 (83.20% from 255 or 37.59% from 564); Max value from RGB is 251 - color contains mainly: red. Hex color #FB65D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB65D4 is #049A2B. Grayscale: #9E9E9E. Windows color (decimal): -301612 or 13919739. OLE color: 13919739.
HSL color Cylindrical-coordinate representation of color #FB65D4: hue angle of 315.6º 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 #FB65D4 is Cyan = 0, Magento = 0.60, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 101 | 212 | - |
| CMYK | 0 | 0.60 | 0.16 | 0.02 |
| HSL | 315.6º | 0.95% | 0.69% | - |
| HSV(B) | 315.6º | 0.6% | 0.98% | - |
| XYZ | 56.32 | 34.57 | 65.99 | - |
| YUV | 158.5 | 158.2 | 193.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 101 | 212 | 0 | 0.60 | 0.16 | 0.02 | 315.6 | 0.95 | 0.69 |
| Hex | FB | 65 | D4 | 0 | 3C | 10 | 2 | 13C | 5F | 45 |
| Octal | 373 | 145 | 324 | 0 | 74 | 20 | 2 | 474 | 137 | 105 |
| Binary | 11111011 | 1100101 | 11010100 | 0 | 111100 | 10000 | 10 | 100111100 | 1011111 | 1000101 |
Color Harmonies of #FB65D4
Complementary color
Monochromatic Colors of #FB65D4
Black with #FB65D4
Text Example
Text Example
White with #FB65D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB65D4; }
p { color: rgb(251,101,212); }
H1.HeaderClassName
{
color: #FB65D4;
}
.AnyTagClassName
{
color: #FB65D4;
}
</style>
background-color css
<style>
a { background-color: #FB65D4; }
a { background-color: rgb(251,101,212); }
div.DivClassName
{
background-color: #FB65D4;
}
.BgClassName
{
background-color: #FB65D4;
}
</style>
border-color css
<style>
span { border-color: #FB65D4; }
span { border-color: rgb(251,101,212); }
td.TdClassName
{
border-color: #FB65D4;
}
.TagClassName
{
border-color: #FB65D4;
}
</style>