Html Css Color HEX #FF6ADC Neon Pink

📋 copy color: '#FF6ADC'

red 255 ◦ green 106 ◦ blue 220

#FF6ADC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Neon Pink #FF6ADC

Tints of Neon Pink #FF6ADC

RGB

 RED value IS 255 (100% from 255) = 43.89%

 GREEN value IS 106 (41.8% from 255) = 18.24%

 BLUE value IS 220 (86.33% from 255) = 37.87%

R = 43.89%
G = 18.24%
B = 37.87%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.14

 K value IS 0

RGB Variations

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

Color information

#FF6ADC (or 0xFF6ADC) is known color: Neon Pink. HEX triplet: FF, 6A and DC. RGB value is (255,106,220). Sum of RGB (Red+Green+Blue) = 255+106+220=581 (76% of max value = 765). Red value is 255 (100% from 255 or 43.89% from 581); Green value is 106 (41.80% from 255 or 18.24% from 581); Blue value is 220 (86.33% from 255 or 37.87% from 581); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6ADC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF6ADC is #009523. Grayscale: #A3A3A3. Windows color (decimal): -38180 or 14445311. OLE color: 14445311.

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

Color convert

RGB 255 106 220 -
CMYK 0 0.58 0.14 0
HSL 314.09º 1% 0.71% -
HSV(B) 314.09º 0.58% 1% -
XYZ 59.31 36.74 71.67 -
YUV 163.55 159.86 193.23 -
System Red Green Blue C M Y K H S L
Decimal 255 106 220 0 0.58 0.14 0 314.09 1 0.71
Hex FF 6A DC 0 3A E 0 13A 64 47
Octal 377 152 334 0 72 16 0 472 144 107
Binary 11111111 1101010 11011100 0 111010 1110 0 100111010 1100100 1000111

Color Harmonies of #FF6ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6ADC

Black with #FF6ADC

Text Example


Text Example

White with #FF6ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6ADC; }

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

 H1.HeaderClassName
 {
   color: #FF6ADC;
 }
 .AnyTagClassName
 {
   color: #FF6ADC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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