#F05AC1

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

Shades of Neon Pink #F05AC1

Tints of Neon Pink #F05AC1

Color information

#F05AC1 (or 0xF05AC1) is unknown color: approx Neon Pink. HEX triplet: F0, 5A and C1. RGB value is (240,90,193). Sum of RGB (Red+Green+Blue) = 240+90+193=523 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.89% from 523); Green value is 90 (35.55% from 255 or 17.21% from 523); Blue value is 193 (75.78% from 255 or 36.90% from 523); Max value from RGB is 240 - color contains mainly: red. Hex color #F05AC1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F05AC1 is #0FA53E. Grayscale: #929292. Windows color (decimal): -1025343 or 12671728. OLE color: 12671728.

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

Color convert

RGB24090193-
CMYK00.620.200.06
HSL318.8º83.33%64.71%-
HSV(B)318.8º62.5%94.12%-
XYZ49.2229.6953.59-
YUV146.59154.2194.62-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 45.89%
GREEN value IS 90 (35.55% from 255) = 17.21%
BLUE value IS 193 (75.78% from 255) = 36.90%
R=45.89%
G=17.21%
B=36.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.20
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2409019300.620.200.06318.883.3364.71
HexF05AC103E14613f5341
Octal360132301076246477123101
Binary1111000010110101100000101111101010011010011111110100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F05AC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F05AC1; }

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

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

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

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

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

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

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

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