#FF6AC5

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

Shades of Neon Pink #FF6AC5

Tints of Neon Pink #FF6AC5

Color information

#FF6AC5 (or 0xFF6AC5) is unknown color: approx Neon Pink. HEX triplet: FF, 6A and C5. RGB value is (255,106,197). Sum of RGB (Red+Green+Blue) = 255+106+197=558 (73% of max value = 765). Red value is 255 (100% from 255 or 45.70% from 558); Green value is 106 (41.80% from 255 or 19.00% from 558); Blue value is 197 (77.34% from 255 or 35.30% from 558); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6AC5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF6AC5 is #00953A. Grayscale: #A0A0A0. Windows color (decimal): -38203 or 12937983. OLE color: 12937983.

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

Color convert

RGB255106197-
CMYK00.580.230
HSL323.36º100%70.78%-
HSV(B)323.36º58.43%100%-
XYZ56.4735.656.72-
YUV160.92148.36195.1-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 45.70%
GREEN value IS 106 (41.80% from 255) = 19.00%
BLUE value IS 197 (77.34% from 255) = 35.30%
R=45.70%
G=19.00%
B=35.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.23
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25510619700.580.230323.3610070.78
HexFF6AC503A1701436447
Octal377152305072270503144107
Binary11111111110101011000101011101010111010100001111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF6AC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF6AC5; }

 p { color: rgb(255,106,197); }

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

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

 a { background-color: rgb(255,106,197); }

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

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

 span { border-color: rgb(255,106,197); }

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