Html Css Color HEX #FA5AC2 Neon Pink

📋 copy color: '#FA5AC2'

red 250 ◦ green 90 ◦ blue 194

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

Shades of Neon Pink #FA5AC2

Tints of Neon Pink #FA5AC2

RGB

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

 GREEN value IS 90 (35.55% from 255) = 16.85%

 BLUE value IS 194 (76.17% from 255) = 36.33%

R = 46.82%
G = 16.85%
B = 36.33%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.22

 K value IS 0.02

RGB Variations

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

Color information

#FA5AC2 (or 0xFA5AC2) is known color: Neon Pink. HEX triplet: FA, 5A and C2. RGB value is (250,90,194). Sum of RGB (Red+Green+Blue) = 250+90+194=534 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.82% from 534); Green value is 90 (35.55% from 255 or 16.85% from 534); Blue value is 194 (76.17% from 255 or 36.33% from 534); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5AC2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA5AC2 is #05A53D. Grayscale: #959595. Windows color (decimal): -369982 or 12737274. OLE color: 12737274.

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

Color convert

RGB 250 90 194 -
CMYK 0 0.64 0.22 0.02
HSL 321º 0.94% 0.67% -
HSV(B) 321º 0.64% 0.98% -
XYZ 52.82 31.53 54.34 -
YUV 149.7 153.01 199.54 -
System Red Green Blue C M Y K H S L
Decimal 250 90 194 0 0.64 0.22 0.02 321 0.94 0.67
Hex FA 5A C2 0 40 16 2 141 5E 43
Octal 372 132 302 0 100 26 2 501 136 103
Binary 11111010 1011010 11000010 0 1000000 10110 10 101000001 1011110 1000011

Color Harmonies of #FA5AC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5AC2

Black with #FA5AC2

Text Example


Text Example

White with #FA5AC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5AC2; }

 p { color: rgb(250,90,194); }

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

background-color css

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

 a { background-color: rgb(250,90,194); }

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

border-color css

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

 span { border-color: rgb(250,90,194); }

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