Html Css Color HEX #FA62C9 Neon Pink

📋 copy color: '#FA62C9'

red 250 ◦ green 98 ◦ blue 201

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

Shades of Neon Pink #FA62C9

Tints of Neon Pink #FA62C9

RGB

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

 GREEN value IS 98 (38.67% from 255) = 17.85%

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

R = 45.54%
G = 17.85%
B = 36.61%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.20

 K value IS 0.02

RGB Variations

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

Color information

#FA62C9 (or 0xFA62C9) is known color: Neon Pink. HEX triplet: FA, 62 and C9. RGB value is (250,98,201). Sum of RGB (Red+Green+Blue) = 250+98+201=549 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.54% from 549); Green value is 98 (38.67% from 255 or 17.85% from 549); Blue value is 201 (78.91% from 255 or 36.61% from 549); Max value from RGB is 250 - color contains mainly: red. Hex color #FA62C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA62C9 is #059D36. Grayscale: #9A9A9A. Windows color (decimal): -367927 or 13198074. OLE color: 13198074.

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

Color convert

RGB 250 98 201 -
CMYK 0 0.61 0.20 0.02
HSL 319.34º 0.94% 0.68% -
HSV(B) 319.34º 0.61% 0.98% -
XYZ 54.33 33.28 58.82 -
YUV 155.19 153.86 195.62 -
System Red Green Blue C M Y K H S L
Decimal 250 98 201 0 0.61 0.20 0.02 319.34 0.94 0.68
Hex FA 62 C9 0 3D 14 2 13F 5E 44
Octal 372 142 311 0 75 24 2 477 136 104
Binary 11111010 1100010 11001001 0 111101 10100 10 100111111 1011110 1000100

Color Harmonies of #FA62C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA62C9

Black with #FA62C9

Text Example


Text Example

White with #FA62C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA62C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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