Html Css Color HEX #FA51C1 Neon Pink

📋 copy color: '#FA51C1'

red 250 ◦ green 81 ◦ blue 193

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

Shades of Neon Pink #FA51C1

Tints of Neon Pink #FA51C1

RGB

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

 GREEN value IS 81 (32.03% from 255) = 15.46%

 BLUE value IS 193 (75.78% from 255) = 36.83%

R = 47.71%
G = 15.46%
B = 36.83%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.23

 K value IS 0.02

RGB Variations

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

Color information

#FA51C1 (or 0xFA51C1) is known color: Neon Pink. HEX triplet: FA, 51 and C1. RGB value is (250,81,193). Sum of RGB (Red+Green+Blue) = 250+81+193=524 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.71% from 524); Green value is 81 (32.03% from 255 or 15.46% from 524); Blue value is 193 (75.78% from 255 or 36.83% from 524); Max value from RGB is 250 - color contains mainly: red. Hex color #FA51C1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA51C1 is #05AE3E. Grayscale: #909090. Windows color (decimal): -372287 or 12669434. OLE color: 12669434.

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

Color convert

RGB 250 81 193 -
CMYK 0 0.68 0.23 0.02
HSL 320.24º 0.94% 0.65% -
HSV(B) 320.24º 0.68% 0.98% -
XYZ 51.99 30.06 53.51 -
YUV 144.3 155.49 203.39 -
System Red Green Blue C M Y K H S L
Decimal 250 81 193 0 0.68 0.23 0.02 320.24 0.94 0.65
Hex FA 51 C1 0 44 17 2 140 5E 41
Octal 372 121 301 0 104 27 2 500 136 101
Binary 11111010 1010001 11000001 0 1000100 10111 10 101000000 1011110 1000001

Color Harmonies of #FA51C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA51C1

Black with #FA51C1

Text Example


Text Example

White with #FA51C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA51C1; }

 p { color: rgb(250,81,193); }

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

background-color css

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

 a { background-color: rgb(250,81,193); }

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

border-color css

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

 span { border-color: rgb(250,81,193); }

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