Html Css Color HEX #FA65DA Neon Pink

📋 copy color: '#FA65DA'

red 250 ◦ green 101 ◦ blue 218

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

Shades of Neon Pink #FA65DA

Tints of Neon Pink #FA65DA

RGB

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

 GREEN value IS 101 (39.84% from 255) = 17.75%

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

R = 43.94%
G = 17.75%
B = 38.31%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#FA65DA (or 0xFA65DA) is known color: Neon Pink. HEX triplet: FA, 65 and DA. RGB value is (250,101,218). Sum of RGB (Red+Green+Blue) = 250+101+218=569 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.94% from 569); Green value is 101 (39.84% from 255 or 17.75% from 569); Blue value is 218 (85.55% from 255 or 38.31% from 569); Max value from RGB is 250 - color contains mainly: red. Hex color #FA65DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA65DA is #059A25. Grayscale: #9E9E9E. Windows color (decimal): -367142 or 14312954. OLE color: 14312954.

HSL color Cylindrical-coordinate representation of color #FA65DA: hue angle of 312.89º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FA65DA is Cyan = 0, Magento = 0.60, Yellow = 0.13 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 101 218 -
CMYK 0 0.60 0.13 0.02
HSL 312.89º 0.94% 0.69% -
HSV(B) 312.89º 0.6% 0.98% -
XYZ 56.73 34.69 70.04 -
YUV 158.89 161.36 192.99 -
System Red Green Blue C M Y K H S L
Decimal 250 101 218 0 0.60 0.13 0.02 312.89 0.94 0.69
Hex FA 65 DA 0 3C D 2 139 5E 45
Octal 372 145 332 0 74 15 2 471 136 105
Binary 11111010 1100101 11011010 0 111100 1101 10 100111001 1011110 1000101

Color Harmonies of #FA65DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA65DA

Black with #FA65DA

Text Example


Text Example

White with #FA65DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA65DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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