#FF6AD2

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

Shades of Neon Pink #FF6AD2

Tints of Neon Pink #FF6AD2

Color information

#FF6AD2 (or 0xFF6AD2) is unknown color: approx Neon Pink. HEX triplet: FF, 6A and D2. RGB value is (255,106,210). Sum of RGB (Red+Green+Blue) = 255+106+210=571 (75% of max value = 765). Red value is 255 (100% from 255 or 44.66% from 571); Green value is 106 (41.80% from 255 or 18.56% from 571); Blue value is 210 (82.42% from 255 or 36.78% from 571); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6AD2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF6AD2 is #00952D. Grayscale: #A2A2A2. Windows color (decimal): -38190 or 13789951. OLE color: 13789951.

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

Color convert

RGB255106210-
CMYK00.580.180
HSL318.12º100%70.78%-
HSV(B)318.12º58.43%100%-
XYZ58.0336.2264.91-
YUV162.41154.86194.04-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 44.66%
GREEN value IS 106 (41.80% from 255) = 18.56%
BLUE value IS 210 (82.42% from 255) = 36.78%
R=44.66%
G=18.56%
B=36.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.18
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25510621000.580.180318.1210070.78
HexFF6AD203A12013e6447
Octal377152322072220476144107
Binary11111111110101011010010011101010010010011111011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF6AD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF6AD2; }

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

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

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

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

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

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

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

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