#FF6AC4

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

Shades of Neon Pink #FF6AC4

Tints of Neon Pink #FF6AC4

Color information

#FF6AC4 (or 0xFF6AC4) is unknown color: approx Neon Pink. HEX triplet: FF, 6A and C4. RGB value is (255,106,196). Sum of RGB (Red+Green+Blue) = 255+106+196=557 (73% of max value = 765). Red value is 255 (100% from 255 or 45.78% from 557); Green value is 106 (41.80% from 255 or 19.03% from 557); Blue value is 196 (76.95% from 255 or 35.19% from 557); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6AC4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF6AC4 is #00953B. Grayscale: #A0A0A0. Windows color (decimal): -38204 or 12872447. OLE color: 12872447.

HSL color Cylindrical-coordinate representation of color #FF6AC4: hue angle of 323.76º 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 #FF6AC4 is Cyan = 0, Magento = 0.58, Yellow = 0.23 and Black (K on CMYK) = 0.

Color convert

RGB255106196-
CMYK00.580.230
HSL323.76º100%70.78%-
HSV(B)323.76º58.43%100%-
XYZ56.3635.5556.12-
YUV160.81147.86195.18-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 45.78%
GREEN value IS 106 (41.80% from 255) = 19.03%
BLUE value IS 196 (76.95% from 255) = 35.19%
R=45.78%
G=19.03%
B=35.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.23
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25510619600.580.230323.7610070.78
HexFF6AC403A1701446447
Octal377152304072270504144107
Binary11111111110101011000100011101010111010100010011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF6AC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF6AC4; }

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

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

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

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

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

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

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

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