Html Css Color HEX #FB76C3 Neon Pink

📋 copy color: '#FB76C3'

red 251 ◦ green 118 ◦ blue 195

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

Shades of Neon Pink #FB76C3

Tints of Neon Pink #FB76C3

RGB

 RED value IS 251 (98.44% from 255) = 44.5%

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

 BLUE value IS 195 (76.56% from 255) = 34.57%

R = 44.5%
G = 20.92%
B = 34.57%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.22

 K value IS 0.02

RGB Variations

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

Color information

#FB76C3 (or 0xFB76C3) is known color: Neon Pink. HEX triplet: FB, 76 and C3. RGB value is (251,118,195). Sum of RGB (Red+Green+Blue) = 251+118+195=564 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.50% from 564); Green value is 118 (46.48% from 255 or 20.92% from 564); Blue value is 195 (76.56% from 255 or 34.57% from 564); Max value from RGB is 251 - color contains mainly: red. Hex color #FB76C3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB76C3 is #04893C. Grayscale: #A6A6A6. Windows color (decimal): -297277 or 12809979. OLE color: 12809979.

HSL color Cylindrical-coordinate representation of color #FB76C3: hue angle of 325.26º degrees, saturation: 0.94, 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 #FB76C3 is Cyan = 0, Magento = 0.53, Yellow = 0.22 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 118 195 -
CMYK 0 0.53 0.22 0.02
HSL 325.26º 0.94% 0.72% -
HSV(B) 325.26º 0.53% 0.98% -
XYZ 56.11 37.41 55.89 -
YUV 166.55 144.06 188.24 -
System Red Green Blue C M Y K H S L
Decimal 251 118 195 0 0.53 0.22 0.02 325.26 0.94 0.72
Hex FB 76 C3 0 35 16 2 145 5E 48
Octal 373 166 303 0 65 26 2 505 136 110
Binary 11111011 1110110 11000011 0 110101 10110 10 101000101 1011110 1001000

Color Harmonies of #FB76C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB76C3

Black with #FB76C3

Text Example


Text Example

White with #FB76C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB76C3; }

 p { color: rgb(251,118,195); }

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

background-color css

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

 a { background-color: rgb(251,118,195); }

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

border-color css

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

 span { border-color: rgb(251,118,195); }

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