Shades of Neon Pink #FF6BC5
Tints of Neon Pink #FF6BC5
RGB
CMYK
RGB Variations
Color information
#FF6BC5 (or 0xFF6BC5) is known color: Neon Pink. HEX triplet: FF, 6B and C5. RGB value is (255,107,197). Sum of RGB (Red+Green+Blue) = 255+107+197=559 (74% of max value = 765). Red value is 255 (100% from 255 or 45.62% from 559); Green value is 107 (42.19% from 255 or 19.14% from 559); Blue value is 197 (77.34% from 255 or 35.24% from 559); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6BC5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF6BC5 is #00943A. Grayscale: #A1A1A1. Windows color (decimal): -37947 or 12938239. OLE color: 12938239.
HSL color Cylindrical-coordinate representation of color #FF6BC5: hue angle of 323.51º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FF6BC5 is Cyan = 0, Magento = 0.58, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 107 | 197 | - |
| CMYK | 0 | 0.58 | 0.23 | 0 |
| HSL | 323.51º | 1% | 0.71% | - |
| HSV(B) | 323.51º | 0.58% | 1% | - |
| XYZ | 56.58 | 35.81 | 56.75 | - |
| YUV | 161.51 | 148.03 | 194.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 107 | 197 | 0 | 0.58 | 0.23 | 0 | 323.51 | 1 | 0.71 |
| Hex | FF | 6B | C5 | 0 | 3A | 17 | 0 | 144 | 64 | 47 |
| Octal | 377 | 153 | 305 | 0 | 72 | 27 | 0 | 504 | 144 | 107 |
| Binary | 11111111 | 1101011 | 11000101 | 0 | 111010 | 10111 | 0 | 101000100 | 1100100 | 1000111 |
Color Harmonies of #FF6BC5
Complementary color
Monochromatic Colors of #FF6BC5
Black with #FF6BC5
Text Example
Text Example
White with #FF6BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6BC5; }
p { color: rgb(255,107,197); }
H1.HeaderClassName
{
color: #FF6BC5;
}
.AnyTagClassName
{
color: #FF6BC5;
}
</style>
background-color css
<style>
a { background-color: #FF6BC5; }
a { background-color: rgb(255,107,197); }
div.DivClassName
{
background-color: #FF6BC5;
}
.BgClassName
{
background-color: #FF6BC5;
}
</style>
border-color css
<style>
span { border-color: #FF6BC5; }
span { border-color: rgb(255,107,197); }
td.TdClassName
{
border-color: #FF6BC5;
}
.TagClassName
{
border-color: #FF6BC5;
}
</style>