Shades of Neon Pink #FF5BCF
Tints of Neon Pink #FF5BCF
RGB
CMYK
RGB Variations
Color information
#FF5BCF (or 0xFF5BCF) is known color: Neon Pink. HEX triplet: FF, 5B and CF. RGB value is (255,91,207). Sum of RGB (Red+Green+Blue) = 255+91+207=553 (73% of max value = 765). Red value is 255 (100% from 255 or 46.11% from 553); Green value is 91 (35.94% from 255 or 16.46% from 553); Blue value is 207 (81.25% from 255 or 37.43% from 553); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5BCF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF5BCF is #00A430. Grayscale: #989898. Windows color (decimal): -42033 or 13589503. OLE color: 13589503.
HSL color Cylindrical-coordinate representation of color #FF5BCF: hue angle of 317.56º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FF5BCF is Cyan = 0, Magento = 0.64, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 91 | 207 | - |
| CMYK | 0 | 0.64 | 0.19 | 0 |
| HSL | 317.56º | 1% | 0.68% | - |
| HSV(B) | 317.56º | 0.64% | 1% | - |
| XYZ | 56.24 | 33.25 | 62.48 | - |
| YUV | 153.26 | 158.33 | 200.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 91 | 207 | 0 | 0.64 | 0.19 | 0 | 317.56 | 1 | 0.68 |
| Hex | FF | 5B | CF | 0 | 40 | 13 | 0 | 13E | 64 | 44 |
| Octal | 377 | 133 | 317 | 0 | 100 | 23 | 0 | 476 | 144 | 104 |
| Binary | 11111111 | 1011011 | 11001111 | 0 | 1000000 | 10011 | 0 | 100111110 | 1100100 | 1000100 |
Color Harmonies of #FF5BCF
Complementary color
Monochromatic Colors of #FF5BCF
Black with #FF5BCF
Text Example
Text Example
White with #FF5BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5BCF; }
p { color: rgb(255,91,207); }
H1.HeaderClassName
{
color: #FF5BCF;
}
.AnyTagClassName
{
color: #FF5BCF;
}
</style>
background-color css
<style>
a { background-color: #FF5BCF; }
a { background-color: rgb(255,91,207); }
div.DivClassName
{
background-color: #FF5BCF;
}
.BgClassName
{
background-color: #FF5BCF;
}
</style>
border-color css
<style>
span { border-color: #FF5BCF; }
span { border-color: rgb(255,91,207); }
td.TdClassName
{
border-color: #FF5BCF;
}
.TagClassName
{
border-color: #FF5BCF;
}
</style>