#F853C8

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

Shades of Neon Pink #F853C8

Tints of Neon Pink #F853C8

Color information

#F853C8 (or 0xF853C8) is unknown color: approx Neon Pink. HEX triplet: F8, 53 and C8. RGB value is (248,83,200). Sum of RGB (Red+Green+Blue) = 248+83+200=531 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.70% from 531); Green value is 83 (32.81% from 255 or 15.63% from 531); Blue value is 200 (78.52% from 255 or 37.66% from 531); Max value from RGB is 248 - color contains mainly: red. Hex color #F853C8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F853C8 is #07AC37. Grayscale: #919191. Windows color (decimal): -502840 or 13128696. OLE color: 13128696.

HSL color Cylindrical-coordinate representation of color #F853C8: hue angle of 317.45º 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 #F853C8 is Cyan = 0, Magento = 0.67, Yellow = 0.19 and Black (K on CMYK) = 0.03.

Color convert

RGB24883200-
CMYK00.670.190.03
HSL317.45º92.18%64.9%-
HSV(B)317.45º66.53%97.25%-
XYZ52.2330.3157.74-
YUV145.67158.66200.99-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 46.70%
GREEN value IS 83 (32.81% from 255) = 15.63%
BLUE value IS 200 (78.52% from 255) = 37.66%
R=46.70%
G=15.63%
B=37.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.19
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2488320000.670.190.03317.4592.1864.9
HexF853C804313313d5c41
Octal3701233100103233475134101
Binary1111100010100111100100001000011100111110011110110111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F853C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F853C8; }

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

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

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

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

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

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

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

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