Shades of Neon Pink #FF7BCC
Tints of Neon Pink #FF7BCC
RGB
CMYK
RGB Variations
Color information
#FF7BCC (or 0xFF7BCC) is known color: Neon Pink. HEX triplet: FF, 7B and CC. RGB value is (255,123,204). Sum of RGB (Red+Green+Blue) = 255+123+204=582 (77% of max value = 765). Red value is 255 (100% from 255 or 43.81% from 582); Green value is 123 (48.44% from 255 or 21.13% from 582); Blue value is 204 (80.08% from 255 or 35.05% from 582); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7BCC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF7BCC is #008433. Grayscale: #ABABAB. Windows color (decimal): -33844 or 13401087. OLE color: 13401087.
HSL color Cylindrical-coordinate representation of color #FF7BCC: hue angle of 323.18º 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 #FF7BCC is Cyan = 0, Magento = 0.52, Yellow = 0.2 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 123 | 204 | - |
| CMYK | 0 | 0.52 | 0.2 | 0 |
| HSL | 323.18º | 1% | 0.74% | - |
| HSV(B) | 323.18º | 0.52% | 1% | - |
| XYZ | 59.22 | 39.79 | 61.68 | - |
| YUV | 171.7 | 146.23 | 187.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 123 | 204 | 0 | 0.52 | 0.2 | 0 | 323.18 | 1 | 0.74 |
| Hex | FF | 7B | CC | 0 | 34 | 14 | 0 | 143 | 64 | 4A |
| Octal | 377 | 173 | 314 | 0 | 64 | 24 | 0 | 503 | 144 | 112 |
| Binary | 11111111 | 1111011 | 11001100 | 0 | 110100 | 10100 | 0 | 101000011 | 1100100 | 1001010 |
Color Harmonies of #FF7BCC
Complementary color
Monochromatic Colors of #FF7BCC
Black with #FF7BCC
Text Example
Text Example
White with #FF7BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7BCC; }
p { color: rgb(255,123,204); }
H1.HeaderClassName
{
color: #FF7BCC;
}
.AnyTagClassName
{
color: #FF7BCC;
}
</style>
background-color css
<style>
a { background-color: #FF7BCC; }
a { background-color: rgb(255,123,204); }
div.DivClassName
{
background-color: #FF7BCC;
}
.BgClassName
{
background-color: #FF7BCC;
}
</style>
border-color css
<style>
span { border-color: #FF7BCC; }
span { border-color: rgb(255,123,204); }
td.TdClassName
{
border-color: #FF7BCC;
}
.TagClassName
{
border-color: #FF7BCC;
}
</style>