#F853C1

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

Shades of Neon Pink #F853C1

Tints of Neon Pink #F853C1

Color information

#F853C1 (or 0xF853C1) is unknown color: approx Neon Pink. HEX triplet: F8, 53 and C1. RGB value is (248,83,193). Sum of RGB (Red+Green+Blue) = 248+83+193=524 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.33% from 524); Green value is 83 (32.81% from 255 or 15.84% from 524); Blue value is 193 (75.78% from 255 or 36.83% from 524); Max value from RGB is 248 - color contains mainly: red. Hex color #F853C1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F853C1 is #07AC3E. Grayscale: #909090. Windows color (decimal): -502847 or 12669944. OLE color: 12669944.

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

Color convert

RGB24883193-
CMYK00.670.220.03
HSL320º92.18%64.9%-
HSV(B)320º66.53%97.25%-
XYZ51.4329.9953.53-
YUV144.88155.16201.56-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 47.33%
GREEN value IS 83 (32.81% from 255) = 15.84%
BLUE value IS 193 (75.78% from 255) = 36.83%
R=47.33%
G=15.84%
B=36.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.22
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2488319300.670.220.0332092.1864.9
HexF853C10431631405c41
Octal3701233010103263500134101
Binary1111100010100111100000101000011101101110100000010111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F853C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F853C1; }

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

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

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

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

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

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

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

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