Html Css Color HEX #FA65C5 Neon Pink

📋 copy color: '#FA65C5'

red 250 ◦ green 101 ◦ blue 197

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

Shades of Neon Pink #FA65C5

Tints of Neon Pink #FA65C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 35.95%

R = 45.62%
G = 18.43%
B = 35.95%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.21

 K value IS 0.02

RGB Variations

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

Color information

#FA65C5 (or 0xFA65C5) is known color: Neon Pink. HEX triplet: FA, 65 and C5. RGB value is (250,101,197). Sum of RGB (Red+Green+Blue) = 250+101+197=548 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.62% from 548); Green value is 101 (39.84% from 255 or 18.43% from 548); Blue value is 197 (77.34% from 255 or 35.95% from 548); Max value from RGB is 250 - color contains mainly: red. Hex color #FA65C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA65C5 is #059A3A. Grayscale: #9C9C9C. Windows color (decimal): -367163 or 12936698. OLE color: 12936698.

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

Color convert

RGB 250 101 197 -
CMYK 0 0.60 0.21 0.02
HSL 321.34º 0.94% 0.69% -
HSV(B) 321.34º 0.6% 0.98% -
XYZ 54.16 33.66 56.47 -
YUV 156.5 150.86 194.69 -
System Red Green Blue C M Y K H S L
Decimal 250 101 197 0 0.60 0.21 0.02 321.34 0.94 0.69
Hex FA 65 C5 0 3C 15 2 141 5E 45
Octal 372 145 305 0 74 25 2 501 136 105
Binary 11111010 1100101 11000101 0 111100 10101 10 101000001 1011110 1000101

Color Harmonies of #FA65C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA65C5

Black with #FA65C5

Text Example


Text Example

White with #FA65C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA65C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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