Html Css Color HEX #FA62C0 Neon Pink

📋 copy color: '#FA62C0'

red 250 ◦ green 98 ◦ blue 192

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

Shades of Neon Pink #FA62C0

Tints of Neon Pink #FA62C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 35.56%

R = 46.3%
G = 18.15%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.23

 K value IS 0.02

RGB Variations

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

Color information

#FA62C0 (or 0xFA62C0) is known color: Neon Pink. HEX triplet: FA, 62 and C0. RGB value is (250,98,192). Sum of RGB (Red+Green+Blue) = 250+98+192=540 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.30% from 540); Green value is 98 (38.67% from 255 or 18.15% from 540); Blue value is 192 (75.39% from 255 or 35.56% from 540); Max value from RGB is 250 - color contains mainly: red. Hex color #FA62C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA62C0 is #059D3F. Grayscale: #999999. Windows color (decimal): -367936 or 12608250. OLE color: 12608250.

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

Color convert

RGB 250 98 192 -
CMYK 0 0.61 0.23 0.02
HSL 322.89º 0.94% 0.68% -
HSV(B) 322.89º 0.61% 0.98% -
XYZ 53.31 32.87 53.4 -
YUV 154.16 149.36 196.36 -
System Red Green Blue C M Y K H S L
Decimal 250 98 192 0 0.61 0.23 0.02 322.89 0.94 0.68
Hex FA 62 C0 0 3D 17 2 143 5E 44
Octal 372 142 300 0 75 27 2 503 136 104
Binary 11111010 1100010 11000000 0 111101 10111 10 101000011 1011110 1000100

Color Harmonies of #FA62C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA62C0

Black with #FA62C0

Text Example


Text Example

White with #FA62C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA62C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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