Shades of Neon Pink #FF67DB
Tints of Neon Pink #FF67DB
RGB
CMYK
RGB Variations
Color information
#FF67DB (or 0xFF67DB) is known color: Neon Pink. HEX triplet: FF, 67 and DB. RGB value is (255,103,219). Sum of RGB (Red+Green+Blue) = 255+103+219=577 (76% of max value = 765). Red value is 255 (100% from 255 or 44.19% from 577); Green value is 103 (40.62% from 255 or 17.85% from 577); Blue value is 219 (85.94% from 255 or 37.95% from 577); Max value from RGB is 255 - color contains mainly: red. Hex color #FF67DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF67DB is #009824. Grayscale: #A1A1A1. Windows color (decimal): -38949 or 14379007. OLE color: 14379007.
HSL color Cylindrical-coordinate representation of color #FF67DB: hue angle of 314.21º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FF67DB is Cyan = 0, Magento = 0.60, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 103 | 219 | - |
| CMYK | 0 | 0.60 | 0.14 | 0 |
| HSL | 314.21º | 1% | 0.7% | - |
| HSV(B) | 314.21º | 0.6% | 1% | - |
| XYZ | 58.88 | 36.07 | 70.88 | - |
| YUV | 161.67 | 160.36 | 194.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 103 | 219 | 0 | 0.60 | 0.14 | 0 | 314.21 | 1 | 0.7 |
| Hex | FF | 67 | DB | 0 | 3C | E | 0 | 13A | 64 | 46 |
| Octal | 377 | 147 | 333 | 0 | 74 | 16 | 0 | 472 | 144 | 106 |
| Binary | 11111111 | 1100111 | 11011011 | 0 | 111100 | 1110 | 0 | 100111010 | 1100100 | 1000110 |
Color Harmonies of #FF67DB
Complementary color
Monochromatic Colors of #FF67DB
Black with #FF67DB
Text Example
Text Example
White with #FF67DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF67DB; }
p { color: rgb(255,103,219); }
H1.HeaderClassName
{
color: #FF67DB;
}
.AnyTagClassName
{
color: #FF67DB;
}
</style>
background-color css
<style>
a { background-color: #FF67DB; }
a { background-color: rgb(255,103,219); }
div.DivClassName
{
background-color: #FF67DB;
}
.BgClassName
{
background-color: #FF67DB;
}
</style>
border-color css
<style>
span { border-color: #FF67DB; }
span { border-color: rgb(255,103,219); }
td.TdClassName
{
border-color: #FF67DB;
}
.TagClassName
{
border-color: #FF67DB;
}
</style>