Html Css Color HEX #FA63BE Neon Pink

📋 copy color: '#FA63BE'

red 250 ◦ green 99 ◦ blue 190

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

Shades of Neon Pink #FA63BE

Tints of Neon Pink #FA63BE

RGB

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

 GREEN value IS 99 (39.06% from 255) = 18.37%

 BLUE value IS 190 (74.61% from 255) = 35.25%

R = 46.38%
G = 18.37%
B = 35.25%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.24

 K value IS 0.02

RGB Variations

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

Color information

#FA63BE (or 0xFA63BE) is known color: Neon Pink. HEX triplet: FA, 63 and BE. RGB value is (250,99,190). Sum of RGB (Red+Green+Blue) = 250+99+190=539 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.38% from 539); Green value is 99 (39.06% from 255 or 18.37% from 539); Blue value is 190 (74.61% from 255 or 35.25% from 539); Max value from RGB is 250 - color contains mainly: red. Hex color #FA63BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA63BE is #059C41. Grayscale: #9A9A9A. Windows color (decimal): -367682 or 12477434. OLE color: 12477434.

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

Color convert

RGB 250 99 190 -
CMYK 0 0.60 0.24 0.02
HSL 323.84º 0.94% 0.68% -
HSV(B) 323.84º 0.6% 0.98% -
XYZ 53.18 32.97 52.28 -
YUV 154.52 148.03 196.1 -
System Red Green Blue C M Y K H S L
Decimal 250 99 190 0 0.60 0.24 0.02 323.84 0.94 0.68
Hex FA 63 BE 0 3C 18 2 144 5E 44
Octal 372 143 276 0 74 30 2 504 136 104
Binary 11111010 1100011 10111110 0 111100 11000 10 101000100 1011110 1000100

Color Harmonies of #FA63BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA63BE

Black with #FA63BE

Text Example


Text Example

White with #FA63BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA63BE; }

 p { color: rgb(250,99,190); }

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

background-color css

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

 a { background-color: rgb(250,99,190); }

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

border-color css

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

 span { border-color: rgb(250,99,190); }

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