Html Css Color HEX #FA76CB Neon Pink

📋 copy color: '#FA76CB'

red 250 ◦ green 118 ◦ blue 203

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

Shades of Neon Pink #FA76CB

Tints of Neon Pink #FA76CB

RGB

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

 GREEN value IS 118 (46.48% from 255) = 20.67%

 BLUE value IS 203 (79.69% from 255) = 35.55%

R = 43.78%
G = 20.67%
B = 35.55%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#FA76CB (or 0xFA76CB) is known color: Neon Pink. HEX triplet: FA, 76 and CB. RGB value is (250,118,203). Sum of RGB (Red+Green+Blue) = 250+118+203=571 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.78% from 571); Green value is 118 (46.48% from 255 or 20.67% from 571); Blue value is 203 (79.69% from 255 or 35.55% from 571); Max value from RGB is 250 - color contains mainly: red. Hex color #FA76CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA76CB is #058934. Grayscale: #A6A6A6. Windows color (decimal): -362805 or 13334266. OLE color: 13334266.

HSL color Cylindrical-coordinate representation of color #FA76CB: hue angle of 321.36º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FA76CB is Cyan = 0, Magento = 0.53, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 118 203 -
CMYK 0 0.53 0.19 0.02
HSL 321.36º 0.93% 0.72% -
HSV(B) 321.36º 0.53% 0.98% -
XYZ 56.68 37.59 60.77 -
YUV 167.16 148.23 187.09 -
System Red Green Blue C M Y K H S L
Decimal 250 118 203 0 0.53 0.19 0.02 321.36 0.93 0.72
Hex FA 76 CB 0 35 13 2 141 5D 48
Octal 372 166 313 0 65 23 2 501 135 110
Binary 11111010 1110110 11001011 0 110101 10011 10 101000001 1011101 1001000

Color Harmonies of #FA76CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA76CB

Black with #FA76CB

Text Example


Text Example

White with #FA76CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA76CB; }

 p { color: rgb(250,118,203); }

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

background-color css

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

 a { background-color: rgb(250,118,203); }

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

border-color css

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

 span { border-color: rgb(250,118,203); }

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