Html Css Color HEX #FA5AC0 Neon Pink

📋 copy color: '#FA5AC0'

red 250 ◦ green 90 ◦ blue 192

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

Shades of Neon Pink #FA5AC0

Tints of Neon Pink #FA5AC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 36.09%

R = 46.99%
G = 16.92%
B = 36.09%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.23

 K value IS 0.02

RGB Variations

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

Color information

#FA5AC0 (or 0xFA5AC0) is known color: Neon Pink. HEX triplet: FA, 5A and C0. RGB value is (250,90,192). Sum of RGB (Red+Green+Blue) = 250+90+192=532 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.99% from 532); Green value is 90 (35.55% from 255 or 16.92% from 532); Blue value is 192 (75.39% from 255 or 36.09% from 532); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5AC0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA5AC0 is #05A53F. Grayscale: #959595. Windows color (decimal): -369984 or 12606202. OLE color: 12606202.

HSL color Cylindrical-coordinate representation of color #FA5AC0: hue angle of 321.75º 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 #FA5AC0 is Cyan = 0, Magento = 0.64, Yellow = 0.23 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 90 192 -
CMYK 0 0.64 0.23 0.02
HSL 321.75º 0.94% 0.67% -
HSV(B) 321.75º 0.64% 0.98% -
XYZ 52.59 31.44 53.17 -
YUV 149.47 152.01 199.71 -
System Red Green Blue C M Y K H S L
Decimal 250 90 192 0 0.64 0.23 0.02 321.75 0.94 0.67
Hex FA 5A C0 0 40 17 2 142 5E 43
Octal 372 132 300 0 100 27 2 502 136 103
Binary 11111010 1011010 11000000 0 1000000 10111 10 101000010 1011110 1000011

Color Harmonies of #FA5AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5AC0

Black with #FA5AC0

Text Example


Text Example

White with #FA5AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5AC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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