Shades of Neon Pink #FF6BCB
Tints of Neon Pink #FF6BCB
RGB
CMYK
RGB Variations
Color information
#FF6BCB (or 0xFF6BCB) is known color: Neon Pink. HEX triplet: FF, 6B and CB. RGB value is (255,107,203). Sum of RGB (Red+Green+Blue) = 255+107+203=565 (74% of max value = 765). Red value is 255 (100% from 255 or 45.13% from 565); Green value is 107 (42.19% from 255 or 18.94% from 565); Blue value is 203 (79.69% from 255 or 35.93% from 565); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6BCB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF6BCB is #009434. Grayscale: #A1A1A1. Windows color (decimal): -37941 or 13331455. OLE color: 13331455.
HSL color Cylindrical-coordinate representation of color #FF6BCB: hue angle of 321.08º 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 #FF6BCB is Cyan = 0, Magento = 0.58, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 107 | 203 | - |
| CMYK | 0 | 0.58 | 0.20 | 0 |
| HSL | 321.08º | 1% | 0.71% | - |
| HSV(B) | 321.08º | 0.58% | 1% | - |
| XYZ | 57.28 | 36.09 | 60.45 | - |
| YUV | 162.2 | 151.03 | 194.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 107 | 203 | 0 | 0.58 | 0.20 | 0 | 321.08 | 1 | 0.71 |
| Hex | FF | 6B | CB | 0 | 3A | 14 | 0 | 141 | 64 | 47 |
| Octal | 377 | 153 | 313 | 0 | 72 | 24 | 0 | 501 | 144 | 107 |
| Binary | 11111111 | 1101011 | 11001011 | 0 | 111010 | 10100 | 0 | 101000001 | 1100100 | 1000111 |
Color Harmonies of #FF6BCB
Complementary color
Monochromatic Colors of #FF6BCB
Black with #FF6BCB
Text Example
Text Example
White with #FF6BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6BCB; }
p { color: rgb(255,107,203); }
H1.HeaderClassName
{
color: #FF6BCB;
}
.AnyTagClassName
{
color: #FF6BCB;
}
</style>
background-color css
<style>
a { background-color: #FF6BCB; }
a { background-color: rgb(255,107,203); }
div.DivClassName
{
background-color: #FF6BCB;
}
.BgClassName
{
background-color: #FF6BCB;
}
</style>
border-color css
<style>
span { border-color: #FF6BCB; }
span { border-color: rgb(255,107,203); }
td.TdClassName
{
border-color: #FF6BCB;
}
.TagClassName
{
border-color: #FF6BCB;
}
</style>