Shades of Neon Pink #FF67DC
Tints of Neon Pink #FF67DC
RGB
CMYK
RGB Variations
Color information
#FF67DC (or 0xFF67DC) is known color: Neon Pink. HEX triplet: FF, 67 and DC. RGB value is (255,103,220). Sum of RGB (Red+Green+Blue) = 255+103+220=578 (76% of max value = 765). Red value is 255 (100% from 255 or 44.12% from 578); Green value is 103 (40.62% from 255 or 17.82% from 578); Blue value is 220 (86.33% from 255 or 38.06% from 578); Max value from RGB is 255 - color contains mainly: red. Hex color #FF67DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF67DC is #009823. Grayscale: #A1A1A1. Windows color (decimal): -38948 or 14444543. OLE color: 14444543.
HSL color Cylindrical-coordinate representation of color #FF67DC: hue angle of 313.82º 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 #FF67DC is Cyan = 0, Magento = 0.60, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 103 | 220 | - |
| CMYK | 0 | 0.60 | 0.14 | 0 |
| HSL | 313.82º | 1% | 0.7% | - |
| HSV(B) | 313.82º | 0.6% | 1% | - |
| XYZ | 59.01 | 36.13 | 71.57 | - |
| YUV | 161.79 | 160.86 | 194.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 103 | 220 | 0 | 0.60 | 0.14 | 0 | 313.82 | 1 | 0.7 |
| Hex | FF | 67 | DC | 0 | 3C | E | 0 | 13A | 64 | 46 |
| Octal | 377 | 147 | 334 | 0 | 74 | 16 | 0 | 472 | 144 | 106 |
| Binary | 11111111 | 1100111 | 11011100 | 0 | 111100 | 1110 | 0 | 100111010 | 1100100 | 1000110 |
Color Harmonies of #FF67DC
Complementary color
Monochromatic Colors of #FF67DC
Black with #FF67DC
Text Example
Text Example
White with #FF67DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF67DC; }
p { color: rgb(255,103,220); }
H1.HeaderClassName
{
color: #FF67DC;
}
.AnyTagClassName
{
color: #FF67DC;
}
</style>
background-color css
<style>
a { background-color: #FF67DC; }
a { background-color: rgb(255,103,220); }
div.DivClassName
{
background-color: #FF67DC;
}
.BgClassName
{
background-color: #FF67DC;
}
</style>
border-color css
<style>
span { border-color: #FF67DC; }
span { border-color: rgb(255,103,220); }
td.TdClassName
{
border-color: #FF67DC;
}
.TagClassName
{
border-color: #FF67DC;
}
</style>