Shades of Neon Pink #F253C1
Tints of Neon Pink #F253C1
RGB
CMYK
RGB Variations
Color information
#F253C1 (or 0xF253C1) is known color: Neon Pink. HEX triplet: F2, 53 and C1. RGB value is (242,83,193). Sum of RGB (Red+Green+Blue) = 242+83+193=518 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.72% from 518); Green value is 83 (32.81% from 255 or 16.02% from 518); Blue value is 193 (75.78% from 255 or 37.26% from 518); Max value from RGB is 242 - color contains mainly: red. Hex color #F253C1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F253C1 is #0DAC3E. Grayscale: #8E8E8E. Windows color (decimal): -896063 or 12669938. OLE color: 12669938.
HSL color Cylindrical-coordinate representation of color #F253C1: hue angle of 318.49º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F253C1 is Cyan = 0, Magento = 0.66, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 83 | 193 | - |
| CMYK | 0 | 0.66 | 0.20 | 0.05 |
| HSL | 318.49º | 0.86% | 0.64% | - |
| HSV(B) | 318.49º | 0.66% | 0.95% | - |
| XYZ | 49.34 | 28.91 | 53.43 | - |
| YUV | 143.08 | 156.18 | 198.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 83 | 193 | 0 | 0.66 | 0.20 | 0.05 | 318.49 | 0.86 | 0.64 |
| Hex | F2 | 53 | C1 | 0 | 42 | 14 | 5 | 13E | 56 | 40 |
| Octal | 362 | 123 | 301 | 0 | 102 | 24 | 5 | 476 | 126 | 100 |
| Binary | 11110010 | 1010011 | 11000001 | 0 | 1000010 | 10100 | 101 | 100111110 | 1010110 | 1000000 |
Color Harmonies of #F253C1
Complementary color
Monochromatic Colors of #F253C1
Black with #F253C1
Text Example
Text Example
White with #F253C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F253C1; }
p { color: rgb(242,83,193); }
H1.HeaderClassName
{
color: #F253C1;
}
.AnyTagClassName
{
color: #F253C1;
}
</style>
background-color css
<style>
a { background-color: #F253C1; }
a { background-color: rgb(242,83,193); }
div.DivClassName
{
background-color: #F253C1;
}
.BgClassName
{
background-color: #F253C1;
}
</style>
border-color css
<style>
span { border-color: #F253C1; }
span { border-color: rgb(242,83,193); }
td.TdClassName
{
border-color: #F253C1;
}
.TagClassName
{
border-color: #F253C1;
}
</style>