#F05AC3

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

Shades of Neon Pink #F05AC3

Tints of Neon Pink #F05AC3

Color information

#F05AC3 (or 0xF05AC3) is unknown color: approx Neon Pink. HEX triplet: F0, 5A and C3. RGB value is (240,90,195). Sum of RGB (Red+Green+Blue) = 240+90+195=525 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.71% from 525); Green value is 90 (35.55% from 255 or 17.14% from 525); Blue value is 195 (76.56% from 255 or 37.14% from 525); Max value from RGB is 240 - color contains mainly: red. Hex color #F05AC3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F05AC3 is #0FA53C. Grayscale: #929292. Windows color (decimal): -1025341 or 12802800. OLE color: 12802800.

HSL color Cylindrical-coordinate representation of color #F05AC3: hue angle of 318º 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 #F05AC3 is Cyan = 0, Magento = 0.62, Yellow = 0.19 and Black (K on CMYK) = 0.06.

Color convert

RGB24090195-
CMYK00.620.190.06
HSL318º83.33%64.71%-
HSV(B)318º62.5%94.12%-
XYZ49.4429.7854.77-
YUV146.82155.2194.46-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 45.71%
GREEN value IS 90 (35.55% from 255) = 17.14%
BLUE value IS 195 (76.56% from 255) = 37.14%
R=45.71%
G=17.14%
B=37.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.19
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2409019500.620.190.0631883.3364.71
HexF05AC303E13613e5341
Octal360132303076236476123101
Binary1111000010110101100001101111101001111010011111010100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F05AC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F05AC3; }

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

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

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

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

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

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

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

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