Shades of Neon Pink #FF62DA
Tints of Neon Pink #FF62DA
RGB
CMYK
RGB Variations
Color information
#FF62DA (or 0xFF62DA) is known color: Neon Pink. HEX triplet: FF, 62 and DA. RGB value is (255,98,218). Sum of RGB (Red+Green+Blue) = 255+98+218=571 (75% of max value = 765). Red value is 255 (100% from 255 or 44.66% from 571); Green value is 98 (38.67% from 255 or 17.16% from 571); Blue value is 218 (85.55% from 255 or 38.18% from 571); Max value from RGB is 255 - color contains mainly: red. Hex color #FF62DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF62DA is #009D25. Grayscale: #9E9E9E. Windows color (decimal): -40230 or 14312191. OLE color: 14312191.
HSL color Cylindrical-coordinate representation of color #FF62DA: hue angle of 314.14º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FF62DA is Cyan = 0, Magento = 0.62, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 98 | 218 | - |
| CMYK | 0 | 0.62 | 0.15 | 0 |
| HSL | 314.14º | 1% | 0.69% | - |
| HSV(B) | 314.14º | 0.62% | 1% | - |
| XYZ | 58.26 | 35.06 | 70.03 | - |
| YUV | 158.62 | 161.51 | 196.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 98 | 218 | 0 | 0.62 | 0.15 | 0 | 314.14 | 1 | 0.69 |
| Hex | FF | 62 | DA | 0 | 3E | F | 0 | 13A | 64 | 45 |
| Octal | 377 | 142 | 332 | 0 | 76 | 17 | 0 | 472 | 144 | 105 |
| Binary | 11111111 | 1100010 | 11011010 | 0 | 111110 | 1111 | 0 | 100111010 | 1100100 | 1000101 |
Color Harmonies of #FF62DA
Complementary color
Monochromatic Colors of #FF62DA
Black with #FF62DA
Text Example
Text Example
White with #FF62DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF62DA; }
p { color: rgb(255,98,218); }
H1.HeaderClassName
{
color: #FF62DA;
}
.AnyTagClassName
{
color: #FF62DA;
}
</style>
background-color css
<style>
a { background-color: #FF62DA; }
a { background-color: rgb(255,98,218); }
div.DivClassName
{
background-color: #FF62DA;
}
.BgClassName
{
background-color: #FF62DA;
}
</style>
border-color css
<style>
span { border-color: #FF62DA; }
span { border-color: rgb(255,98,218); }
td.TdClassName
{
border-color: #FF62DA;
}
.TagClassName
{
border-color: #FF62DA;
}
</style>