Shades of Neon Pink #FF7BCA
Tints of Neon Pink #FF7BCA
RGB
CMYK
RGB Variations
Color information
#FF7BCA (or 0xFF7BCA) is known color: Neon Pink. HEX triplet: FF, 7B and CA. RGB value is (255,123,202). Sum of RGB (Red+Green+Blue) = 255+123+202=580 (76% of max value = 765). Red value is 255 (100% from 255 or 43.97% from 580); Green value is 123 (48.44% from 255 or 21.21% from 580); Blue value is 202 (79.30% from 255 or 34.83% from 580); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7BCA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF7BCA is #008435. Grayscale: #ABABAB. Windows color (decimal): -33846 or 13270015. OLE color: 13270015.
HSL color Cylindrical-coordinate representation of color #FF7BCA: hue angle of 324.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 #FF7BCA is Cyan = 0, Magento = 0.52, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 123 | 202 | - |
| CMYK | 0 | 0.52 | 0.21 | 0 |
| HSL | 324.09º | 1% | 0.74% | - |
| HSV(B) | 324.09º | 0.52% | 1% | - |
| XYZ | 58.98 | 39.69 | 60.43 | - |
| YUV | 171.47 | 145.23 | 187.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 123 | 202 | 0 | 0.52 | 0.21 | 0 | 324.09 | 1 | 0.74 |
| Hex | FF | 7B | CA | 0 | 34 | 15 | 0 | 144 | 64 | 4A |
| Octal | 377 | 173 | 312 | 0 | 64 | 25 | 0 | 504 | 144 | 112 |
| Binary | 11111111 | 1111011 | 11001010 | 0 | 110100 | 10101 | 0 | 101000100 | 1100100 | 1001010 |
Color Harmonies of #FF7BCA
Complementary color
Monochromatic Colors of #FF7BCA
Black with #FF7BCA
Text Example
Text Example
White with #FF7BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7BCA; }
p { color: rgb(255,123,202); }
H1.HeaderClassName
{
color: #FF7BCA;
}
.AnyTagClassName
{
color: #FF7BCA;
}
</style>
background-color css
<style>
a { background-color: #FF7BCA; }
a { background-color: rgb(255,123,202); }
div.DivClassName
{
background-color: #FF7BCA;
}
.BgClassName
{
background-color: #FF7BCA;
}
</style>
border-color css
<style>
span { border-color: #FF7BCA; }
span { border-color: rgb(255,123,202); }
td.TdClassName
{
border-color: #FF7BCA;
}
.TagClassName
{
border-color: #FF7BCA;
}
</style>