Html Css Color HEX #FA60C9 Neon Pink

📋 copy color: '#FA60C9'

red 250 ◦ green 96 ◦ blue 201

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

Shades of Neon Pink #FA60C9

Tints of Neon Pink #FA60C9

RGB

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

 GREEN value IS 96 (37.89% from 255) = 17.55%

 BLUE value IS 201 (78.91% from 255) = 36.75%

R = 45.7%
G = 17.55%
B = 36.75%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.20

 K value IS 0.02

RGB Variations

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

Color information

#FA60C9 (or 0xFA60C9) is known color: Neon Pink. HEX triplet: FA, 60 and C9. RGB value is (250,96,201). Sum of RGB (Red+Green+Blue) = 250+96+201=547 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.70% from 547); Green value is 96 (37.89% from 255 or 17.55% from 547); Blue value is 201 (78.91% from 255 or 36.75% from 547); Max value from RGB is 250 - color contains mainly: red. Hex color #FA60C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA60C9 is #059F36. Grayscale: #999999. Windows color (decimal): -368439 or 13197562. OLE color: 13197562.

HSL color Cylindrical-coordinate representation of color #FA60C9: hue angle of 319.09º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FA60C9 is Cyan = 0, Magento = 0.62, Yellow = 0.20 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 96 201 -
CMYK 0 0.62 0.20 0.02
HSL 319.09º 0.94% 0.68% -
HSV(B) 319.09º 0.62% 0.98% -
XYZ 54.15 32.91 58.76 -
YUV 154.02 154.52 196.46 -
System Red Green Blue C M Y K H S L
Decimal 250 96 201 0 0.62 0.20 0.02 319.09 0.94 0.68
Hex FA 60 C9 0 3E 14 2 13F 5E 44
Octal 372 140 311 0 76 24 2 477 136 104
Binary 11111010 1100000 11001001 0 111110 10100 10 100111111 1011110 1000100

Color Harmonies of #FA60C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA60C9

Black with #FA60C9

Text Example


Text Example

White with #FA60C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA60C9; }

 p { color: rgb(250,96,201); }

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

background-color css

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

 a { background-color: rgb(250,96,201); }

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

border-color css

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

 span { border-color: rgb(250,96,201); }

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