Html Css Color HEX #FA5DC3 Neon Pink

📋 copy color: '#FA5DC3'

red 250 ◦ green 93 ◦ blue 195

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

Shades of Neon Pink #FA5DC3

Tints of Neon Pink #FA5DC3

RGB

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

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

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

R = 46.47%
G = 17.29%
B = 36.25%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.22

 K value IS 0.02

RGB Variations

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

Color information

#FA5DC3 (or 0xFA5DC3) is known color: Neon Pink. HEX triplet: FA, 5D and C3. RGB value is (250,93,195). Sum of RGB (Red+Green+Blue) = 250+93+195=538 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.47% from 538); Green value is 93 (36.72% from 255 or 17.29% from 538); Blue value is 195 (76.56% from 255 or 36.25% from 538); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5DC3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA5DC3 is #05A23C. Grayscale: #979797. Windows color (decimal): -369213 or 12803578. OLE color: 12803578.

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

Color convert

RGB 250 93 195 -
CMYK 0 0.63 0.22 0.02
HSL 321.02º 0.94% 0.67% -
HSV(B) 321.02º 0.63% 0.98% -
XYZ 53.19 32.09 55.02 -
YUV 151.57 152.51 198.21 -
System Red Green Blue C M Y K H S L
Decimal 250 93 195 0 0.63 0.22 0.02 321.02 0.94 0.67
Hex FA 5D C3 0 3F 16 2 141 5E 43
Octal 372 135 303 0 77 26 2 501 136 103
Binary 11111010 1011101 11000011 0 111111 10110 10 101000001 1011110 1000011

Color Harmonies of #FA5DC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5DC3

Black with #FA5DC3

Text Example


Text Example

White with #FA5DC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5DC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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