Html Css Color HEX #FB76C9 Neon Pink

📋 copy color: '#FB76C9'

red 251 ◦ green 118 ◦ blue 201

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

Shades of Neon Pink #FB76C9

Tints of Neon Pink #FB76C9

RGB

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

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

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

R = 44.04%
G = 20.7%
B = 35.26%

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

#FB76C9 (or 0xFB76C9) is known color: Neon Pink. HEX triplet: FB, 76 and C9. RGB value is (251,118,201). Sum of RGB (Red+Green+Blue) = 251+118+201=570 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.04% from 570); Green value is 118 (46.48% from 255 or 20.70% from 570); Blue value is 201 (78.91% from 255 or 35.26% from 570); Max value from RGB is 251 - color contains mainly: red. Hex color #FB76C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB76C9 is #048936. Grayscale: #A7A7A7. Windows color (decimal): -297271 or 13203195. OLE color: 13203195.

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

Color convert

RGB 251 118 201 -
CMYK 0 0.53 0.20 0.02
HSL 322.56º 0.94% 0.72% -
HSV(B) 322.56º 0.53% 0.98% -
XYZ 56.8 37.68 59.54 -
YUV 167.23 147.06 187.75 -
System Red Green Blue C M Y K H S L
Decimal 251 118 201 0 0.53 0.20 0.02 322.56 0.94 0.72
Hex FB 76 C9 0 35 14 2 143 5E 48
Octal 373 166 311 0 65 24 2 503 136 110
Binary 11111011 1110110 11001001 0 110101 10100 10 101000011 1011110 1001000

Color Harmonies of #FB76C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB76C9

Black with #FB76C9

Text Example


Text Example

White with #FB76C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB76C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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