Shades of Neon Pink #FF67DE
Tints of Neon Pink #FF67DE
RGB
CMYK
RGB Variations
Color information
#FF67DE (or 0xFF67DE) is known color: Neon Pink. HEX triplet: FF, 67 and DE. RGB value is (255,103,222). Sum of RGB (Red+Green+Blue) = 255+103+222=580 (76% of max value = 765). Red value is 255 (100% from 255 or 43.97% from 580); Green value is 103 (40.62% from 255 or 17.76% from 580); Blue value is 222 (87.11% from 255 or 38.28% from 580); Max value from RGB is 255 - color contains mainly: red. Hex color #FF67DE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF67DE is #009821. Grayscale: #A1A1A1. Windows color (decimal): -38946 or 14575615. OLE color: 14575615.
HSL color Cylindrical-coordinate representation of color #FF67DE: hue angle of 313.03º 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 #FF67DE is Cyan = 0, Magento = 0.60, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 103 | 222 | - |
| CMYK | 0 | 0.60 | 0.13 | 0 |
| HSL | 313.03º | 1% | 0.7% | - |
| HSV(B) | 313.03º | 0.6% | 1% | - |
| XYZ | 59.28 | 36.23 | 72.98 | - |
| YUV | 162.01 | 161.86 | 194.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 103 | 222 | 0 | 0.60 | 0.13 | 0 | 313.03 | 1 | 0.7 |
| Hex | FF | 67 | DE | 0 | 3C | D | 0 | 139 | 64 | 46 |
| Octal | 377 | 147 | 336 | 0 | 74 | 15 | 0 | 471 | 144 | 106 |
| Binary | 11111111 | 1100111 | 11011110 | 0 | 111100 | 1101 | 0 | 100111001 | 1100100 | 1000110 |
Color Harmonies of #FF67DE
Complementary color
Monochromatic Colors of #FF67DE
Black with #FF67DE
Text Example
Text Example
White with #FF67DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF67DE; }
p { color: rgb(255,103,222); }
H1.HeaderClassName
{
color: #FF67DE;
}
.AnyTagClassName
{
color: #FF67DE;
}
</style>
background-color css
<style>
a { background-color: #FF67DE; }
a { background-color: rgb(255,103,222); }
div.DivClassName
{
background-color: #FF67DE;
}
.BgClassName
{
background-color: #FF67DE;
}
</style>
border-color css
<style>
span { border-color: #FF67DE; }
span { border-color: rgb(255,103,222); }
td.TdClassName
{
border-color: #FF67DE;
}
.TagClassName
{
border-color: #FF67DE;
}
</style>