#F863C2

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

Shades of Neon Pink #F863C2

Tints of Neon Pink #F863C2

Color information

#F863C2 (or 0xF863C2) is unknown color: approx Neon Pink. HEX triplet: F8, 63 and C2. RGB value is (248,99,194). Sum of RGB (Red+Green+Blue) = 248+99+194=541 (71% of max value = 765). Red value is 248 (97.27% from 255 or 45.84% from 541); Green value is 99 (39.06% from 255 or 18.30% from 541); Blue value is 194 (76.17% from 255 or 35.86% from 541); Max value from RGB is 248 - color contains mainly: red. Hex color #F863C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F863C2 is #079C3D. Grayscale: #9A9A9A. Windows color (decimal): -498750 or 12739576. OLE color: 12739576.

HSL color Cylindrical-coordinate representation of color #F863C2: hue angle of 321.74º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F863C2 is Cyan = 0, Magento = 0.60, Yellow = 0.22 and Black (K on CMYK) = 0.03.

Color convert

RGB24899194-
CMYK00.600.220.03
HSL321.74º91.41%68.04%-
HSV(B)321.74º60.08%97.25%-
XYZ52.9132.7854.58-
YUV154.38150.36194.78-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 45.84%
GREEN value IS 99 (39.06% from 255) = 18.30%
BLUE value IS 194 (76.17% from 255) = 35.86%
R=45.84%
G=18.30%
B=35.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.22
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2489919400.600.220.03321.7491.4168.04
HexF863C203C1631425b44
Octal370143302074263502133104
Binary111110001100011110000100111100101101110100001010110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F863C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F863C2; }

 p { color: rgb(248,99,194); }

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

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

 a { background-color: rgb(248,99,194); }

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

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

 span { border-color: rgb(248,99,194); }

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