Shades of Neon Pink #FF7BD5
Tints of Neon Pink #FF7BD5
RGB
CMYK
RGB Variations
Color information
#FF7BD5 (or 0xFF7BD5) is known color: Neon Pink. HEX triplet: FF, 7B and D5. RGB value is (255,123,213). Sum of RGB (Red+Green+Blue) = 255+123+213=591 (78% of max value = 765). Red value is 255 (100% from 255 or 43.15% from 591); Green value is 123 (48.44% from 255 or 20.81% from 591); Blue value is 213 (83.59% from 255 or 36.04% from 591); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7BD5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF7BD5 is #00842A. Grayscale: #ACACAC. Windows color (decimal): -33835 or 13990911. OLE color: 13990911.
HSL color Cylindrical-coordinate representation of color #FF7BD5: hue angle of 319.09º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FF7BD5 is Cyan = 0, Magento = 0.52, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 123 | 213 | - |
| CMYK | 0 | 0.52 | 0.16 | 0 |
| HSL | 319.09º | 1% | 0.74% | - |
| HSV(B) | 319.09º | 0.52% | 1% | - |
| XYZ | 60.33 | 40.23 | 67.54 | - |
| YUV | 172.73 | 150.73 | 186.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 123 | 213 | 0 | 0.52 | 0.16 | 0 | 319.09 | 1 | 0.74 |
| Hex | FF | 7B | D5 | 0 | 34 | 10 | 0 | 13F | 64 | 4A |
| Octal | 377 | 173 | 325 | 0 | 64 | 20 | 0 | 477 | 144 | 112 |
| Binary | 11111111 | 1111011 | 11010101 | 0 | 110100 | 10000 | 0 | 100111111 | 1100100 | 1001010 |
Color Harmonies of #FF7BD5
Complementary color
Monochromatic Colors of #FF7BD5
Black with #FF7BD5
Text Example
Text Example
White with #FF7BD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7BD5; }
p { color: rgb(255,123,213); }
H1.HeaderClassName
{
color: #FF7BD5;
}
.AnyTagClassName
{
color: #FF7BD5;
}
</style>
background-color css
<style>
a { background-color: #FF7BD5; }
a { background-color: rgb(255,123,213); }
div.DivClassName
{
background-color: #FF7BD5;
}
.BgClassName
{
background-color: #FF7BD5;
}
</style>
border-color css
<style>
span { border-color: #FF7BD5; }
span { border-color: rgb(255,123,213); }
td.TdClassName
{
border-color: #FF7BD5;
}
.TagClassName
{
border-color: #FF7BD5;
}
</style>