Html Css Color HEX #FA5DC0 Neon Pink

📋 copy color: '#FA5DC0'

red 250 ◦ green 93 ◦ blue 192

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

Shades of Neon Pink #FA5DC0

Tints of Neon Pink #FA5DC0

RGB

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

 GREEN value IS 93 (36.72% from 255) = 17.38%

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

R = 46.73%
G = 17.38%
B = 35.89%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.23

 K value IS 0.02

RGB Variations

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

Color information

#FA5DC0 (or 0xFA5DC0) is known color: Neon Pink. HEX triplet: FA, 5D and C0. RGB value is (250,93,192). Sum of RGB (Red+Green+Blue) = 250+93+192=535 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.73% from 535); Green value is 93 (36.72% from 255 or 17.38% from 535); Blue value is 192 (75.39% from 255 or 35.89% from 535); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5DC0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA5DC0 is #05A23F. Grayscale: #969696. Windows color (decimal): -369216 or 12606970. OLE color: 12606970.

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

Color convert

RGB 250 93 192 -
CMYK 0 0.63 0.23 0.02
HSL 322.17º 0.94% 0.67% -
HSV(B) 322.17º 0.63% 0.98% -
XYZ 52.85 31.96 53.25 -
YUV 151.23 151.01 198.45 -
System Red Green Blue C M Y K H S L
Decimal 250 93 192 0 0.63 0.23 0.02 322.17 0.94 0.67
Hex FA 5D C0 0 3F 17 2 142 5E 43
Octal 372 135 300 0 77 27 2 502 136 103
Binary 11111010 1011101 11000000 0 111111 10111 10 101000010 1011110 1000011

Color Harmonies of #FA5DC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5DC0

Black with #FA5DC0

Text Example


Text Example

White with #FA5DC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5DC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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