Shades of Neon Pink #F653C3
Tints of Neon Pink #F653C3
RGB
CMYK
RGB Variations
Color information
#F653C3 (or 0xF653C3) is known color: Neon Pink. HEX triplet: F6, 53 and C3. RGB value is (246,83,195). Sum of RGB (Red+Green+Blue) = 246+83+195=524 (69% of max value = 765). Red value is 246 (96.48% from 255 or 46.95% from 524); Green value is 83 (32.81% from 255 or 15.84% from 524); Blue value is 195 (76.56% from 255 or 37.21% from 524); Max value from RGB is 246 - color contains mainly: red. Hex color #F653C3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F653C3 is #09AC3C. Grayscale: #909090. Windows color (decimal): -633917 or 12801014. OLE color: 12801014.
HSL color Cylindrical-coordinate representation of color #F653C3: hue angle of 318.77º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F653C3 is Cyan = 0, Magento = 0.66, Yellow = 0.21 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 83 | 195 | - |
| CMYK | 0 | 0.66 | 0.21 | 0.04 |
| HSL | 318.77º | 0.9% | 0.65% | - |
| HSV(B) | 318.77º | 0.66% | 0.96% | - |
| XYZ | 50.95 | 29.72 | 54.68 | - |
| YUV | 144.51 | 156.5 | 200.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 83 | 195 | 0 | 0.66 | 0.21 | 0.04 | 318.77 | 0.9 | 0.65 |
| Hex | F6 | 53 | C3 | 0 | 42 | 15 | 4 | 13F | 5A | 41 |
| Octal | 366 | 123 | 303 | 0 | 102 | 25 | 4 | 477 | 132 | 101 |
| Binary | 11110110 | 1010011 | 11000011 | 0 | 1000010 | 10101 | 100 | 100111111 | 1011010 | 1000001 |
Color Harmonies of #F653C3
Complementary color
Monochromatic Colors of #F653C3
Black with #F653C3
Text Example
Text Example
White with #F653C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F653C3; }
p { color: rgb(246,83,195); }
H1.HeaderClassName
{
color: #F653C3;
}
.AnyTagClassName
{
color: #F653C3;
}
</style>
background-color css
<style>
a { background-color: #F653C3; }
a { background-color: rgb(246,83,195); }
div.DivClassName
{
background-color: #F653C3;
}
.BgClassName
{
background-color: #F653C3;
}
</style>
border-color css
<style>
span { border-color: #F653C3; }
span { border-color: rgb(246,83,195); }
td.TdClassName
{
border-color: #F653C3;
}
.TagClassName
{
border-color: #F653C3;
}
</style>