Html Css Color HEX #FA5CD2 Neon Pink

📋 copy color: '#FA5CD2'

red 250 ◦ green 92 ◦ blue 210

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

Shades of Neon Pink #FA5CD2

Tints of Neon Pink #FA5CD2

RGB

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

 GREEN value IS 92 (36.33% from 255) = 16.67%

 BLUE value IS 210 (82.42% from 255) = 38.04%

R = 45.29%
G = 16.67%
B = 38.04%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#FA5CD2 (or 0xFA5CD2) is known color: Neon Pink. HEX triplet: FA, 5C and D2. RGB value is (250,92,210). Sum of RGB (Red+Green+Blue) = 250+92+210=552 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.29% from 552); Green value is 92 (36.33% from 255 or 16.67% from 552); Blue value is 210 (82.42% from 255 or 38.04% from 552); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5CD2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA5CD2 is #05A32D. Grayscale: #989898. Windows color (decimal): -369454 or 13786362. OLE color: 13786362.

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

Color convert

RGB 250 92 210 -
CMYK 0 0.63 0.16 0.02
HSL 315.19º 0.94% 0.67% -
HSV(B) 315.19º 0.63% 0.98% -
XYZ 54.88 32.63 64.38 -
YUV 152.69 160.35 197.41 -
System Red Green Blue C M Y K H S L
Decimal 250 92 210 0 0.63 0.16 0.02 315.19 0.94 0.67
Hex FA 5C D2 0 3F 10 2 13B 5E 43
Octal 372 134 322 0 77 20 2 473 136 103
Binary 11111010 1011100 11010010 0 111111 10000 10 100111011 1011110 1000011

Color Harmonies of #FA5CD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5CD2

Black with #FA5CD2

Text Example


Text Example

White with #FA5CD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5CD2; }

 p { color: rgb(250,92,210); }

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

background-color css

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

 a { background-color: rgb(250,92,210); }

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

border-color css

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

 span { border-color: rgb(250,92,210); }

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