Html Css Color HEX #FA5DD4 Neon Pink

📋 copy color: '#FA5DD4'

red 250 ◦ green 93 ◦ blue 212

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

Shades of Neon Pink #FA5DD4

Tints of Neon Pink #FA5DD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 38.2%

R = 45.05%
G = 16.76%
B = 38.2%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.15

 K value IS 0.02

RGB Variations

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

Color information

#FA5DD4 (or 0xFA5DD4) is known color: Neon Pink. HEX triplet: FA, 5D and D4. RGB value is (250,93,212). Sum of RGB (Red+Green+Blue) = 250+93+212=555 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.05% from 555); Green value is 93 (36.72% from 255 or 16.76% from 555); Blue value is 212 (83.20% from 255 or 38.20% from 555); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5DD4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA5DD4 is #05A22B. Grayscale: #999999. Windows color (decimal): -369196 or 13917690. OLE color: 13917690.

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

Color convert

RGB 250 93 212 -
CMYK 0 0.63 0.15 0.02
HSL 314.52º 0.94% 0.67% -
HSV(B) 314.52º 0.63% 0.98% -
XYZ 55.22 32.91 65.73 -
YUV 153.51 161.01 196.82 -
System Red Green Blue C M Y K H S L
Decimal 250 93 212 0 0.63 0.15 0.02 314.52 0.94 0.67
Hex FA 5D D4 0 3F F 2 13B 5E 43
Octal 372 135 324 0 77 17 2 473 136 103
Binary 11111010 1011101 11010100 0 111111 1111 10 100111011 1011110 1000011

Color Harmonies of #FA5DD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5DD4

Black with #FA5DD4

Text Example


Text Example

White with #FA5DD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5DD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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