Html Css Color HEX #FB76CC Neon Pink

📋 copy color: '#FB76CC'

red 251 ◦ green 118 ◦ blue 204

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

Shades of Neon Pink #FB76CC

Tints of Neon Pink #FB76CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 35.6%

R = 43.8%
G = 20.59%
B = 35.6%

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

#FB76CC (or 0xFB76CC) is known color: Neon Pink. HEX triplet: FB, 76 and CC. RGB value is (251,118,204). Sum of RGB (Red+Green+Blue) = 251+118+204=573 (75% of max value = 765). Red value is 251 (98.44% from 255 or 43.80% from 573); Green value is 118 (46.48% from 255 or 20.59% from 573); Blue value is 204 (80.08% from 255 or 35.60% from 573); Max value from RGB is 251 - color contains mainly: red. Hex color #FB76CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB76CC is #048933. Grayscale: #A7A7A7. Windows color (decimal): -297268 or 13399803. OLE color: 13399803.

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

Color convert

RGB 251 118 204 -
CMYK 0 0.53 0.19 0.02
HSL 321.2º 0.94% 0.72% -
HSV(B) 321.2º 0.53% 0.98% -
XYZ 57.16 37.83 61.42 -
YUV 167.57 148.56 187.51 -
System Red Green Blue C M Y K H S L
Decimal 251 118 204 0 0.53 0.19 0.02 321.2 0.94 0.72
Hex FB 76 CC 0 35 13 2 141 5E 48
Octal 373 166 314 0 65 23 2 501 136 110
Binary 11111011 1110110 11001100 0 110101 10011 10 101000001 1011110 1001000

Color Harmonies of #FB76CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB76CC

Black with #FB76CC

Text Example


Text Example

White with #FB76CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB76CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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