Shades of Neon Pink #FF62CE
Tints of Neon Pink #FF62CE
RGB
CMYK
RGB Variations
Color information
#FF62CE (or 0xFF62CE) is known color: Neon Pink. HEX triplet: FF, 62 and CE. RGB value is (255,98,206). Sum of RGB (Red+Green+Blue) = 255+98+206=559 (74% of max value = 765). Red value is 255 (100% from 255 or 45.62% from 559); Green value is 98 (38.67% from 255 or 17.53% from 559); Blue value is 206 (80.86% from 255 or 36.85% from 559); Max value from RGB is 255 - color contains mainly: red. Hex color #FF62CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF62CE is #009D31. Grayscale: #9C9C9C. Windows color (decimal): -40242 or 13525759. OLE color: 13525759.
HSL color Cylindrical-coordinate representation of color #FF62CE: hue angle of 318.73º 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 #FF62CE is Cyan = 0, Magento = 0.62, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 98 | 206 | - |
| CMYK | 0 | 0.62 | 0.19 | 0 |
| HSL | 318.73º | 1% | 0.69% | - |
| HSV(B) | 318.73º | 0.62% | 1% | - |
| XYZ | 56.75 | 34.45 | 62.05 | - |
| YUV | 157.26 | 155.51 | 197.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 98 | 206 | 0 | 0.62 | 0.19 | 0 | 318.73 | 1 | 0.69 |
| Hex | FF | 62 | CE | 0 | 3E | 13 | 0 | 13F | 64 | 45 |
| Octal | 377 | 142 | 316 | 0 | 76 | 23 | 0 | 477 | 144 | 105 |
| Binary | 11111111 | 1100010 | 11001110 | 0 | 111110 | 10011 | 0 | 100111111 | 1100100 | 1000101 |
Color Harmonies of #FF62CE
Complementary color
Monochromatic Colors of #FF62CE
Black with #FF62CE
Text Example
Text Example
White with #FF62CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF62CE; }
p { color: rgb(255,98,206); }
H1.HeaderClassName
{
color: #FF62CE;
}
.AnyTagClassName
{
color: #FF62CE;
}
</style>
background-color css
<style>
a { background-color: #FF62CE; }
a { background-color: rgb(255,98,206); }
div.DivClassName
{
background-color: #FF62CE;
}
.BgClassName
{
background-color: #FF62CE;
}
</style>
border-color css
<style>
span { border-color: #FF62CE; }
span { border-color: rgb(255,98,206); }
td.TdClassName
{
border-color: #FF62CE;
}
.TagClassName
{
border-color: #FF62CE;
}
</style>