Html Css Color HEX #FA6FDA Neon Pink

📋 copy color: '#FA6FDA'

red 250 ◦ green 111 ◦ blue 218

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

Shades of Neon Pink #FA6FDA

Tints of Neon Pink #FA6FDA

RGB

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

 GREEN value IS 111 (43.75% from 255) = 19.17%

 BLUE value IS 218 (85.55% from 255) = 37.65%

R = 43.18%
G = 19.17%
B = 37.65%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#FA6FDA (or 0xFA6FDA) is known color: Neon Pink. HEX triplet: FA, 6F and DA. RGB value is (250,111,218). Sum of RGB (Red+Green+Blue) = 250+111+218=579 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.18% from 579); Green value is 111 (43.75% from 255 or 19.17% from 579); Blue value is 218 (85.55% from 255 or 37.65% from 579); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6FDA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA6FDA is #059025. Grayscale: #A4A4A4. Windows color (decimal): -364582 or 14315514. OLE color: 14315514.

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

Color convert

RGB 250 111 218 -
CMYK 0 0.56 0.13 0.02
HSL 313.81º 0.93% 0.71% -
HSV(B) 313.81º 0.56% 0.98% -
XYZ 57.76 36.75 70.38 -
YUV 164.76 158.05 188.8 -
System Red Green Blue C M Y K H S L
Decimal 250 111 218 0 0.56 0.13 0.02 313.81 0.93 0.71
Hex FA 6F DA 0 38 D 2 13A 5D 47
Octal 372 157 332 0 70 15 2 472 135 107
Binary 11111010 1101111 11011010 0 111000 1101 10 100111010 1011101 1000111

Color Harmonies of #FA6FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6FDA

Black with #FA6FDA

Text Example


Text Example

White with #FA6FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6FDA; }

 p { color: rgb(250,111,218); }

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

background-color css

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

 a { background-color: rgb(250,111,218); }

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

border-color css

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

 span { border-color: rgb(250,111,218); }

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