#F853C7

Color #F853C7 Neon Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neon Pink #F853C7

Tints of Neon Pink #F853C7

Color information

#F853C7 (or 0xF853C7) is unknown color: approx Neon Pink. HEX triplet: F8, 53 and C7. RGB value is (248,83,199). Sum of RGB (Red+Green+Blue) = 248+83+199=530 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.79% from 530); Green value is 83 (32.81% from 255 or 15.66% from 530); Blue value is 199 (78.12% from 255 or 37.55% from 530); Max value from RGB is 248 - color contains mainly: red. Hex color #F853C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F853C7 is #07AC38. Grayscale: #919191. Windows color (decimal): -502841 or 13063160. OLE color: 13063160.

HSL color Cylindrical-coordinate representation of color #F853C7: hue angle of 317.82º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F853C7 is Cyan = 0, Magento = 0.67, Yellow = 0.20 and Black (K on CMYK) = 0.03.

Color convert

RGB24883199-
CMYK00.670.200.03
HSL317.82º92.18%64.9%-
HSV(B)317.82º66.53%97.25%-
XYZ52.1130.2757.13-
YUV145.56158.16201.07-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 248 (97.27% from 255) = 46.79%
GREEN value IS 83 (32.81% from 255) = 15.66%
BLUE value IS 199 (78.12% from 255) = 37.55%
R=46.79%
G=15.66%
B=37.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.20
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2488319900.670.200.03317.8292.1864.9
HexF853C704314313e5c41
Octal3701233070103243476134101
Binary1111100010100111100011101000011101001110011111010111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F853C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F853C7; }

 p { color: rgb(248,83,199); }

 H1.HeaderClassName
 {
   color: #F853C7;
 }
 .AnyTagClassName
 {
   color: #F853C7;
 }
</style>
background-color css

<style>
 a { background-color: #F853C7; }

 a { background-color: rgb(248,83,199); }

 div.DivClassName
 {
   background-color: #F853C7;
 }
 .BgClassName
 {
   background-color: #F853C7;
 }
</style>
border-color css

<style>
 span { border-color: #F853C7; }

 span { border-color: rgb(248,83,199); }

 td.TdClassName
 {
   border-color: #F853C7;
 }
 .TagClassName
 {
   border-color: #F853C7;
 }
</style>