Html Css Color HEX #FA5DD2 Neon Pink

📋 copy color: '#FA5DD2'

red 250 ◦ green 93 ◦ blue 210

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

Shades of Neon Pink #FA5DD2

Tints of Neon Pink #FA5DD2

RGB

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

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

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

R = 45.21%
G = 16.82%
B = 37.97%

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

#FA5DD2 (or 0xFA5DD2) is known color: Neon Pink. HEX triplet: FA, 5D and D2. RGB value is (250,93,210). Sum of RGB (Red+Green+Blue) = 250+93+210=553 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.21% from 553); Green value is 93 (36.72% from 255 or 16.82% from 553); Blue value is 210 (82.42% from 255 or 37.97% from 553); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5DD2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA5DD2 is #05A22D. Grayscale: #989898. Windows color (decimal): -369198 or 13786618. OLE color: 13786618.

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

Color convert

RGB 250 93 210 -
CMYK 0 0.63 0.16 0.02
HSL 315.29º 0.94% 0.67% -
HSV(B) 315.29º 0.63% 0.98% -
XYZ 54.97 32.81 64.41 -
YUV 153.28 160.01 196.99 -
System Red Green Blue C M Y K H S L
Decimal 250 93 210 0 0.63 0.16 0.02 315.29 0.94 0.67
Hex FA 5D D2 0 3F 10 2 13B 5E 43
Octal 372 135 322 0 77 20 2 473 136 103
Binary 11111010 1011101 11010010 0 111111 10000 10 100111011 1011110 1000011

Color Harmonies of #FA5DD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5DD2

Black with #FA5DD2

Text Example


Text Example

White with #FA5DD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5DD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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