Html Css Color HEX #FA6ADC Neon Pink

📋 copy color: '#FA6ADC'

red 250 ◦ green 106 ◦ blue 220

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

Shades of Neon Pink #FA6ADC

Tints of Neon Pink #FA6ADC

RGB

 RED value IS 250 (98.05% from 255) = 43.4%

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

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

R = 43.4%
G = 18.4%
B = 38.19%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#FA6ADC (or 0xFA6ADC) is known color: Neon Pink. HEX triplet: FA, 6A and DC. RGB value is (250,106,220). Sum of RGB (Red+Green+Blue) = 250+106+220=576 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.40% from 576); Green value is 106 (41.80% from 255 or 18.40% from 576); Blue value is 220 (86.33% from 255 or 38.19% from 576); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6ADC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA6ADC is #059523. Grayscale: #A1A1A1. Windows color (decimal): -365860 or 14445306. OLE color: 14445306.

HSL color Cylindrical-coordinate representation of color #FA6ADC: hue angle of 312.5º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FA6ADC is Cyan = 0, Magento = 0.58, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 106 220 -
CMYK 0 0.58 0.12 0.02
HSL 312.5º 0.94% 0.7% -
HSV(B) 312.5º 0.58% 0.98% -
XYZ 57.5 35.8 71.59 -
YUV 162.05 160.71 190.73 -
System Red Green Blue C M Y K H S L
Decimal 250 106 220 0 0.58 0.12 0.02 312.5 0.94 0.7
Hex FA 6A DC 0 3A C 2 138 5E 46
Octal 372 152 334 0 72 14 2 470 136 106
Binary 11111010 1101010 11011100 0 111010 1100 10 100111000 1011110 1000110

Color Harmonies of #FA6ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6ADC

Black with #FA6ADC

Text Example


Text Example

White with #FA6ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6ADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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