Shades of Neon Pink #FF67D3
Tints of Neon Pink #FF67D3
RGB
CMYK
RGB Variations
Color information
#FF67D3 (or 0xFF67D3) is known color: Neon Pink. HEX triplet: FF, 67 and D3. RGB value is (255,103,211). Sum of RGB (Red+Green+Blue) = 255+103+211=569 (75% of max value = 765). Red value is 255 (100% from 255 or 44.82% from 569); Green value is 103 (40.62% from 255 or 18.10% from 569); Blue value is 211 (82.81% from 255 or 37.08% from 569); Max value from RGB is 255 - color contains mainly: red. Hex color #FF67D3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF67D3 is #00982C. Grayscale: #A0A0A0. Windows color (decimal): -38957 or 13854719. OLE color: 13854719.
HSL color Cylindrical-coordinate representation of color #FF67D3: hue angle of 317.37º 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 #FF67D3 is Cyan = 0, Magento = 0.60, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 103 | 211 | - |
| CMYK | 0 | 0.60 | 0.17 | 0 |
| HSL | 317.37º | 1% | 0.7% | - |
| HSV(B) | 317.37º | 0.6% | 1% | - |
| XYZ | 57.85 | 35.66 | 65.46 | - |
| YUV | 160.76 | 156.36 | 195.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 103 | 211 | 0 | 0.60 | 0.17 | 0 | 317.37 | 1 | 0.7 |
| Hex | FF | 67 | D3 | 0 | 3C | 11 | 0 | 13D | 64 | 46 |
| Octal | 377 | 147 | 323 | 0 | 74 | 21 | 0 | 475 | 144 | 106 |
| Binary | 11111111 | 1100111 | 11010011 | 0 | 111100 | 10001 | 0 | 100111101 | 1100100 | 1000110 |
Color Harmonies of #FF67D3
Complementary color
Monochromatic Colors of #FF67D3
Black with #FF67D3
Text Example
Text Example
White with #FF67D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF67D3; }
p { color: rgb(255,103,211); }
H1.HeaderClassName
{
color: #FF67D3;
}
.AnyTagClassName
{
color: #FF67D3;
}
</style>
background-color css
<style>
a { background-color: #FF67D3; }
a { background-color: rgb(255,103,211); }
div.DivClassName
{
background-color: #FF67D3;
}
.BgClassName
{
background-color: #FF67D3;
}
</style>
border-color css
<style>
span { border-color: #FF67D3; }
span { border-color: rgb(255,103,211); }
td.TdClassName
{
border-color: #FF67D3;
}
.TagClassName
{
border-color: #FF67D3;
}
</style>