Html Css Color HEX #FA5DC1 Neon Pink

📋 copy color: '#FA5DC1'

red 250 ◦ green 93 ◦ blue 193

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

Shades of Neon Pink #FA5DC1

Tints of Neon Pink #FA5DC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 36.01%

R = 46.64%
G = 17.35%
B = 36.01%

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

#FA5DC1 (or 0xFA5DC1) is known color: Neon Pink. HEX triplet: FA, 5D and C1. RGB value is (250,93,193). Sum of RGB (Red+Green+Blue) = 250+93+193=536 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.64% from 536); Green value is 93 (36.72% from 255 or 17.35% from 536); Blue value is 193 (75.78% from 255 or 36.01% from 536); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5DC1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA5DC1 is #05A23E. Grayscale: #979797. Windows color (decimal): -369215 or 12672506. OLE color: 12672506.

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

Color convert

RGB 250 93 193 -
CMYK 0 0.63 0.23 0.02
HSL 321.78º 0.94% 0.67% -
HSV(B) 321.78º 0.63% 0.98% -
XYZ 52.96 32 53.84 -
YUV 151.34 151.51 198.37 -
System Red Green Blue C M Y K H S L
Decimal 250 93 193 0 0.63 0.23 0.02 321.78 0.94 0.67
Hex FA 5D C1 0 3F 17 2 142 5E 43
Octal 372 135 301 0 77 27 2 502 136 103
Binary 11111010 1011101 11000001 0 111111 10111 10 101000010 1011110 1000011

Color Harmonies of #FA5DC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5DC1

Black with #FA5DC1

Text Example


Text Example

White with #FA5DC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5DC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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