Html Css Color HEX #FA51C9 Neon Pink

📋 copy color: '#FA51C9'

red 250 ◦ green 81 ◦ blue 201

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

Shades of Neon Pink #FA51C9

Tints of Neon Pink #FA51C9

RGB

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

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

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

R = 46.99%
G = 15.23%
B = 37.78%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.20

 K value IS 0.02

RGB Variations

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

Color information

#FA51C9 (or 0xFA51C9) is known color: Neon Pink. HEX triplet: FA, 51 and C9. RGB value is (250,81,201). Sum of RGB (Red+Green+Blue) = 250+81+201=532 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.99% from 532); Green value is 81 (32.03% from 255 or 15.23% from 532); Blue value is 201 (78.91% from 255 or 37.78% from 532); Max value from RGB is 250 - color contains mainly: red. Hex color #FA51C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA51C9 is #05AE36. Grayscale: #909090. Windows color (decimal): -372279 or 13193722. OLE color: 13193722.

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

Color convert

RGB 250 81 201 -
CMYK 0 0.68 0.20 0.02
HSL 317.4º 0.94% 0.65% -
HSV(B) 317.4º 0.68% 0.98% -
XYZ 52.91 30.43 58.34 -
YUV 145.21 159.49 202.74 -
System Red Green Blue C M Y K H S L
Decimal 250 81 201 0 0.68 0.20 0.02 317.4 0.94 0.65
Hex FA 51 C9 0 44 14 2 13D 5E 41
Octal 372 121 311 0 104 24 2 475 136 101
Binary 11111010 1010001 11001001 0 1000100 10100 10 100111101 1011110 1000001

Color Harmonies of #FA51C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA51C9

Black with #FA51C9

Text Example


Text Example

White with #FA51C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA51C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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