#FF5AC0

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

Shades of Neon Pink #FF5AC0

Tints of Neon Pink #FF5AC0

Color information

#FF5AC0 (or 0xFF5AC0) is unknown color: approx Neon Pink. HEX triplet: FF, 5A and C0. RGB value is (255,90,192). Sum of RGB (Red+Green+Blue) = 255+90+192=537 (71% of max value = 765). Red value is 255 (100% from 255 or 47.49% from 537); Green value is 90 (35.55% from 255 or 16.76% from 537); Blue value is 192 (75.39% from 255 or 35.75% from 537); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5AC0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF5AC0 is #00A53F. Grayscale: #969696. Windows color (decimal): -42304 or 12606207. OLE color: 12606207.

HSL color Cylindrical-coordinate representation of color #FF5AC0: hue angle of 322.91º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FF5AC0 is Cyan = 0, Magento = 0.65, Yellow = 0.25 and Black (K on CMYK) = 0.

Color convert

RGB25590192-
CMYK00.650.250
HSL322.91º100%67.65%-
HSV(B)322.91º64.71%100%-
XYZ54.4132.3853.25-
YUV150.96151.16202.21-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 47.49%
GREEN value IS 90 (35.55% from 255) = 16.76%
BLUE value IS 192 (75.39% from 255) = 35.75%
R=47.49%
G=16.76%
B=35.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2559019200.650.250322.9110067.65
HexFF5AC00411901436444
Octal3771323000101310503144104
Binary111111111011010110000000100000111001010100001111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF5AC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF5AC0; }

 p { color: rgb(255,90,192); }

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

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

 a { background-color: rgb(255,90,192); }

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

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

 span { border-color: rgb(255,90,192); }

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