#F16DC4

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

Shades of Neon Pink #F16DC4

Tints of Neon Pink #F16DC4

Color information

#F16DC4 (or 0xF16DC4) is unknown color: approx Neon Pink. HEX triplet: F1, 6D and C4. RGB value is (241,109,196). Sum of RGB (Red+Green+Blue) = 241+109+196=546 (72% of max value = 765). Red value is 241 (94.53% from 255 or 44.14% from 546); Green value is 109 (42.97% from 255 or 19.96% from 546); Blue value is 196 (76.95% from 255 or 35.90% from 546); Max value from RGB is 241 - color contains mainly: red. Hex color #F16DC4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F16DC4 is #0E923B. Grayscale: #9E9E9E. Windows color (decimal): -954940 or 12873201. OLE color: 12873201.

HSL color Cylindrical-coordinate representation of color #F16DC4: hue angle of 320.45º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F16DC4 is Cyan = 0, Magento = 0.55, Yellow = 0.19 and Black (K on CMYK) = 0.05.

Color convert

RGB241109196-
CMYK00.550.190.05
HSL320.45º82.5%68.63%-
HSV(B)320.45º54.77%94.51%-
XYZ51.7133.6255.99-
YUV158.39149.23186.93-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 44.14%
GREEN value IS 109 (42.97% from 255) = 19.96%
BLUE value IS 196 (76.95% from 255) = 35.90%
R=44.14%
G=19.96%
B=35.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.19
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24110919600.550.190.05320.4582.568.63
HexF16DC40371351405245
Octal361155304067235500122105
Binary1111000111011011100010001101111001110110100000010100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F16DC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F16DC4; }

 p { color: rgb(241,109,196); }

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

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

 a { background-color: rgb(241,109,196); }

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

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

 span { border-color: rgb(241,109,196); }

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