Shades of Neon Pink #FF6BDC
Tints of Neon Pink #FF6BDC
RGB
CMYK
RGB Variations
Color information
#FF6BDC (or 0xFF6BDC) is known color: Neon Pink. HEX triplet: FF, 6B and DC. RGB value is (255,107,220). Sum of RGB (Red+Green+Blue) = 255+107+220=582 (77% of max value = 765). Red value is 255 (100% from 255 or 43.81% from 582); Green value is 107 (42.19% from 255 or 18.38% from 582); Blue value is 220 (86.33% from 255 or 37.80% from 582); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6BDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF6BDC is #009423. Grayscale: #A3A3A3. Windows color (decimal): -37924 or 14445567. OLE color: 14445567.
HSL color Cylindrical-coordinate representation of color #FF6BDC: hue angle of 314.19º 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 #FF6BDC is Cyan = 0, Magento = 0.58, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 107 | 220 | - |
| CMYK | 0 | 0.58 | 0.14 | 0 |
| HSL | 314.19º | 1% | 0.71% | - |
| HSV(B) | 314.19º | 0.58% | 1% | - |
| XYZ | 59.42 | 36.94 | 71.71 | - |
| YUV | 164.13 | 159.53 | 192.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 107 | 220 | 0 | 0.58 | 0.14 | 0 | 314.19 | 1 | 0.71 |
| Hex | FF | 6B | DC | 0 | 3A | E | 0 | 13A | 64 | 47 |
| Octal | 377 | 153 | 334 | 0 | 72 | 16 | 0 | 472 | 144 | 107 |
| Binary | 11111111 | 1101011 | 11011100 | 0 | 111010 | 1110 | 0 | 100111010 | 1100100 | 1000111 |
Color Harmonies of #FF6BDC
Complementary color
Monochromatic Colors of #FF6BDC
Black with #FF6BDC
Text Example
Text Example
White with #FF6BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6BDC; }
p { color: rgb(255,107,220); }
H1.HeaderClassName
{
color: #FF6BDC;
}
.AnyTagClassName
{
color: #FF6BDC;
}
</style>
background-color css
<style>
a { background-color: #FF6BDC; }
a { background-color: rgb(255,107,220); }
div.DivClassName
{
background-color: #FF6BDC;
}
.BgClassName
{
background-color: #FF6BDC;
}
</style>
border-color css
<style>
span { border-color: #FF6BDC; }
span { border-color: rgb(255,107,220); }
td.TdClassName
{
border-color: #FF6BDC;
}
.TagClassName
{
border-color: #FF6BDC;
}
</style>