Html Css Color HEX #FA6DC3 Neon Pink

📋 copy color: '#FA6DC3'

red 250 ◦ green 109 ◦ blue 195

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

Shades of Neon Pink #FA6DC3

Tints of Neon Pink #FA6DC3

RGB

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

 GREEN value IS 109 (42.97% from 255) = 19.68%

 BLUE value IS 195 (76.56% from 255) = 35.2%

R = 45.13%
G = 19.68%
B = 35.2%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.22

 K value IS 0.02

RGB Variations

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

Color information

#FA6DC3 (or 0xFA6DC3) is known color: Neon Pink. HEX triplet: FA, 6D and C3. RGB value is (250,109,195). Sum of RGB (Red+Green+Blue) = 250+109+195=554 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.13% from 554); Green value is 109 (42.97% from 255 or 19.68% from 554); Blue value is 195 (76.56% from 255 or 35.20% from 554); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6DC3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA6DC3 is #05923C. Grayscale: #A0A0A0. Windows color (decimal): -365117 or 12807674. OLE color: 12807674.

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

Color convert

RGB 250 109 195 -
CMYK 0 0.56 0.22 0.02
HSL 323.4º 0.93% 0.7% -
HSV(B) 323.4º 0.56% 0.98% -
XYZ 54.74 35.2 55.54 -
YUV 160.96 147.21 191.51 -
System Red Green Blue C M Y K H S L
Decimal 250 109 195 0 0.56 0.22 0.02 323.4 0.93 0.7
Hex FA 6D C3 0 38 16 2 143 5D 46
Octal 372 155 303 0 70 26 2 503 135 106
Binary 11111010 1101101 11000011 0 111000 10110 10 101000011 1011101 1000110

Color Harmonies of #FA6DC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6DC3

Black with #FA6DC3

Text Example


Text Example

White with #FA6DC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6DC3; }

 p { color: rgb(250,109,195); }

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

background-color css

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

 a { background-color: rgb(250,109,195); }

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

border-color css

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

 span { border-color: rgb(250,109,195); }

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