#F163C1

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

Shades of Neon Pink #F163C1

Tints of Neon Pink #F163C1

Color information

#F163C1 (or 0xF163C1) is unknown color: approx Neon Pink. HEX triplet: F1, 63 and C1. RGB value is (241,99,193). Sum of RGB (Red+Green+Blue) = 241+99+193=533 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.22% from 533); Green value is 99 (39.06% from 255 or 18.57% from 533); Blue value is 193 (75.78% from 255 or 36.21% from 533); Max value from RGB is 241 - color contains mainly: red. Hex color #F163C1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F163C1 is #0E9C3E. Grayscale: #979797. Windows color (decimal): -957503 or 12674033. OLE color: 12674033.

HSL color Cylindrical-coordinate representation of color #F163C1: hue angle of 320.28º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F163C1 is Cyan = 0, Magento = 0.59, Yellow = 0.20 and Black (K on CMYK) = 0.05.

Color convert

RGB24199193-
CMYK00.590.200.05
HSL320.28º83.53%66.67%-
HSV(B)320.28º58.92%94.51%-
XYZ50.3631.4753.87-
YUV152.17151.04191.36-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 45.22%
GREEN value IS 99 (39.06% from 255) = 18.57%
BLUE value IS 193 (75.78% from 255) = 36.21%
R=45.22%
G=18.57%
B=36.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.20
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2419919300.590.200.05320.2883.5366.67
HexF163C103B1451405443
Octal361143301073245500124103
Binary1111000111000111100000101110111010010110100000010101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F163C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F163C1; }

 p { color: rgb(241,99,193); }

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

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

 a { background-color: rgb(241,99,193); }

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

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

 span { border-color: rgb(241,99,193); }

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