Html Css Color HEX #FA6DD5 Neon Pink

📋 copy color: '#FA6DD5'

red 250 ◦ green 109 ◦ blue 213

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

Shades of Neon Pink #FA6DD5

Tints of Neon Pink #FA6DD5

RGB

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

 GREEN value IS 109 (42.97% from 255) = 19.06%

 BLUE value IS 213 (83.59% from 255) = 37.24%

R = 43.71%
G = 19.06%
B = 37.24%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.15

 K value IS 0.02

RGB Variations

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

Color information

#FA6DD5 (or 0xFA6DD5) is known color: Neon Pink. HEX triplet: FA, 6D and D5. RGB value is (250,109,213). Sum of RGB (Red+Green+Blue) = 250+109+213=572 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.71% from 572); Green value is 109 (42.97% from 255 or 19.06% from 572); Blue value is 213 (83.59% from 255 or 37.24% from 572); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6DD5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA6DD5 is #05922A. Grayscale: #A2A2A2. Windows color (decimal): -365099 or 13987322. OLE color: 13987322.

HSL color Cylindrical-coordinate representation of color #FA6DD5: hue angle of 315.74º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FA6DD5 is Cyan = 0, Magento = 0.56, Yellow = 0.15 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 109 213 -
CMYK 0 0.56 0.15 0.02
HSL 315.74º 0.93% 0.7% -
HSV(B) 315.74º 0.56% 0.98% -
XYZ 56.9 36.07 66.91 -
YUV 163.02 156.21 190.04 -
System Red Green Blue C M Y K H S L
Decimal 250 109 213 0 0.56 0.15 0.02 315.74 0.93 0.7
Hex FA 6D D5 0 38 F 2 13C 5D 46
Octal 372 155 325 0 70 17 2 474 135 106
Binary 11111010 1101101 11010101 0 111000 1111 10 100111100 1011101 1000110

Color Harmonies of #FA6DD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6DD5

Black with #FA6DD5

Text Example


Text Example

White with #FA6DD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6DD5; }

 p { color: rgb(250,109,213); }

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

background-color css

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

 a { background-color: rgb(250,109,213); }

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

border-color css

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

 span { border-color: rgb(250,109,213); }

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