Html Css Color HEX #FB76C8 Neon Pink

📋 copy color: '#FB76C8'

red 251 ◦ green 118 ◦ blue 200

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

Shades of Neon Pink #FB76C8

Tints of Neon Pink #FB76C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 35.15%

R = 44.11%
G = 20.74%
B = 35.15%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.20

 K value IS 0.02

RGB Variations

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

Color information

#FB76C8 (or 0xFB76C8) is known color: Neon Pink. HEX triplet: FB, 76 and C8. RGB value is (251,118,200). Sum of RGB (Red+Green+Blue) = 251+118+200=569 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.11% from 569); Green value is 118 (46.48% from 255 or 20.74% from 569); Blue value is 200 (78.52% from 255 or 35.15% from 569); Max value from RGB is 251 - color contains mainly: red. Hex color #FB76C8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB76C8 is #048937. Grayscale: #A6A6A6. Windows color (decimal): -297272 or 13137659. OLE color: 13137659.

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

Color convert

RGB 251 118 200 -
CMYK 0 0.53 0.20 0.02
HSL 323.01º 0.94% 0.72% -
HSV(B) 323.01º 0.53% 0.98% -
XYZ 56.69 37.64 58.92 -
YUV 167.12 146.56 187.83 -
System Red Green Blue C M Y K H S L
Decimal 251 118 200 0 0.53 0.20 0.02 323.01 0.94 0.72
Hex FB 76 C8 0 35 14 2 143 5E 48
Octal 373 166 310 0 65 24 2 503 136 110
Binary 11111011 1110110 11001000 0 110101 10100 10 101000011 1011110 1001000

Color Harmonies of #FB76C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB76C8

Black with #FB76C8

Text Example


Text Example

White with #FB76C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB76C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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