Shades of Neon Pink #FF7BCB
Tints of Neon Pink #FF7BCB
RGB
CMYK
RGB Variations
Color information
#FF7BCB (or 0xFF7BCB) is known color: Neon Pink. HEX triplet: FF, 7B and CB. RGB value is (255,123,203). Sum of RGB (Red+Green+Blue) = 255+123+203=581 (76% of max value = 765). Red value is 255 (100% from 255 or 43.89% from 581); Green value is 123 (48.44% from 255 or 21.17% from 581); Blue value is 203 (79.69% from 255 or 34.94% from 581); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7BCB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF7BCB is #008434. Grayscale: #ABABAB. Windows color (decimal): -33845 or 13335551. OLE color: 13335551.
HSL color Cylindrical-coordinate representation of color #FF7BCB: hue angle of 323.64º 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 #FF7BCB is Cyan = 0, Magento = 0.52, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 123 | 203 | - |
| CMYK | 0 | 0.52 | 0.20 | 0 |
| HSL | 323.64º | 1% | 0.74% | - |
| HSV(B) | 323.64º | 0.52% | 1% | - |
| XYZ | 59.1 | 39.74 | 61.06 | - |
| YUV | 171.59 | 145.73 | 187.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 123 | 203 | 0 | 0.52 | 0.20 | 0 | 323.64 | 1 | 0.74 |
| Hex | FF | 7B | CB | 0 | 34 | 14 | 0 | 144 | 64 | 4A |
| Octal | 377 | 173 | 313 | 0 | 64 | 24 | 0 | 504 | 144 | 112 |
| Binary | 11111111 | 1111011 | 11001011 | 0 | 110100 | 10100 | 0 | 101000100 | 1100100 | 1001010 |
Color Harmonies of #FF7BCB
Complementary color
Monochromatic Colors of #FF7BCB
Black with #FF7BCB
Text Example
Text Example
White with #FF7BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7BCB; }
p { color: rgb(255,123,203); }
H1.HeaderClassName
{
color: #FF7BCB;
}
.AnyTagClassName
{
color: #FF7BCB;
}
</style>
background-color css
<style>
a { background-color: #FF7BCB; }
a { background-color: rgb(255,123,203); }
div.DivClassName
{
background-color: #FF7BCB;
}
.BgClassName
{
background-color: #FF7BCB;
}
</style>
border-color css
<style>
span { border-color: #FF7BCB; }
span { border-color: rgb(255,123,203); }
td.TdClassName
{
border-color: #FF7BCB;
}
.TagClassName
{
border-color: #FF7BCB;
}
</style>