#F059C1

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

Shades of Neon Pink #F059C1

Tints of Neon Pink #F059C1

Color information

#F059C1 (or 0xF059C1) is unknown color: approx Neon Pink. HEX triplet: F0, 59 and C1. RGB value is (240,89,193). Sum of RGB (Red+Green+Blue) = 240+89+193=522 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.98% from 522); Green value is 89 (35.16% from 255 or 17.05% from 522); Blue value is 193 (75.78% from 255 or 36.97% from 522); Max value from RGB is 240 - color contains mainly: red. Hex color #F059C1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F059C1 is #0FA63E. Grayscale: #919191. Windows color (decimal): -1025599 or 12671472. OLE color: 12671472.

HSL color Cylindrical-coordinate representation of color #F059C1: hue angle of 318.68º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F059C1 is Cyan = 0, Magento = 0.63, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB24089193-
CMYK00.630.200.06
HSL318.68º83.43%64.51%-
HSV(B)318.68º62.92%94.12%-
XYZ49.1329.5253.56-
YUV146154.53195.04-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 45.98%
GREEN value IS 89 (35.16% from 255) = 17.05%
BLUE value IS 193 (75.78% from 255) = 36.97%
R=45.98%
G=17.05%
B=36.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.20
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2408919300.630.200.06318.6883.4364.51
HexF059C103F14613f5341
Octal360131301077246477123101
Binary1111000010110011100000101111111010011010011111110100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F059C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F059C1; }

 p { color: rgb(240,89,193); }

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

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

 a { background-color: rgb(240,89,193); }

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

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

 span { border-color: rgb(240,89,193); }

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