Shades of Neon Pink #FB5DD4
Tints of Neon Pink #FB5DD4
RGB
CMYK
RGB Variations
Color information
#FB5DD4 (or 0xFB5DD4) is known color: Neon Pink. HEX triplet: FB, 5D and D4. RGB value is (251,93,212). Sum of RGB (Red+Green+Blue) = 251+93+212=556 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.14% from 556); Green value is 93 (36.72% from 255 or 16.73% from 556); Blue value is 212 (83.20% from 255 or 38.13% from 556); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5DD4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB5DD4 is #04A22B. Grayscale: #999999. Windows color (decimal): -303660 or 13917691. OLE color: 13917691.
HSL color Cylindrical-coordinate representation of color #FB5DD4: hue angle of 314.81º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FB5DD4 is Cyan = 0, Magento = 0.63, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 93 | 212 | - |
| CMYK | 0 | 0.63 | 0.16 | 0.02 |
| HSL | 314.81º | 0.95% | 0.67% | - |
| HSV(B) | 314.81º | 0.63% | 0.98% | - |
| XYZ | 55.58 | 33.09 | 65.75 | - |
| YUV | 153.81 | 160.85 | 197.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 93 | 212 | 0 | 0.63 | 0.16 | 0.02 | 314.81 | 0.95 | 0.67 |
| Hex | FB | 5D | D4 | 0 | 3F | 10 | 2 | 13B | 5F | 43 |
| Octal | 373 | 135 | 324 | 0 | 77 | 20 | 2 | 473 | 137 | 103 |
| Binary | 11111011 | 1011101 | 11010100 | 0 | 111111 | 10000 | 10 | 100111011 | 1011111 | 1000011 |
Color Harmonies of #FB5DD4
Complementary color
Monochromatic Colors of #FB5DD4
Black with #FB5DD4
Text Example
Text Example
White with #FB5DD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5DD4; }
p { color: rgb(251,93,212); }
H1.HeaderClassName
{
color: #FB5DD4;
}
.AnyTagClassName
{
color: #FB5DD4;
}
</style>
background-color css
<style>
a { background-color: #FB5DD4; }
a { background-color: rgb(251,93,212); }
div.DivClassName
{
background-color: #FB5DD4;
}
.BgClassName
{
background-color: #FB5DD4;
}
</style>
border-color css
<style>
span { border-color: #FB5DD4; }
span { border-color: rgb(251,93,212); }
td.TdClassName
{
border-color: #FB5DD4;
}
.TagClassName
{
border-color: #FB5DD4;
}
</style>