Html Css Color HEX #FB76C2 Neon Pink

📋 copy color: '#FB76C2'

red 251 ◦ green 118 ◦ blue 194

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

Shades of Neon Pink #FB76C2

Tints of Neon Pink #FB76C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 34.46%

R = 44.58%
G = 20.96%
B = 34.46%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.23

 K value IS 0.02

RGB Variations

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

Color information

#FB76C2 (or 0xFB76C2) is known color: Neon Pink. HEX triplet: FB, 76 and C2. RGB value is (251,118,194). Sum of RGB (Red+Green+Blue) = 251+118+194=563 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.58% from 563); Green value is 118 (46.48% from 255 or 20.96% from 563); Blue value is 194 (76.17% from 255 or 34.46% from 563); Max value from RGB is 251 - color contains mainly: red. Hex color #FB76C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB76C2 is #04893D. Grayscale: #A6A6A6. Windows color (decimal): -297278 or 12744443. OLE color: 12744443.

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

Color convert

RGB 251 118 194 -
CMYK 0 0.53 0.23 0.02
HSL 325.71º 0.94% 0.72% -
HSV(B) 325.71º 0.53% 0.98% -
XYZ 56 37.36 55.3 -
YUV 166.43 143.56 188.32 -
System Red Green Blue C M Y K H S L
Decimal 251 118 194 0 0.53 0.23 0.02 325.71 0.94 0.72
Hex FB 76 C2 0 35 17 2 146 5E 48
Octal 373 166 302 0 65 27 2 506 136 110
Binary 11111011 1110110 11000010 0 110101 10111 10 101000110 1011110 1001000

Color Harmonies of #FB76C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB76C2

Black with #FB76C2

Text Example


Text Example

White with #FB76C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB76C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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