Html Css Color HEX #FB77D5 Neon Pink

📋 copy color: '#FB77D5'

red 251 ◦ green 119 ◦ blue 213

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

Shades of Neon Pink #FB77D5

Tints of Neon Pink #FB77D5

RGB

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

 GREEN value IS 119 (46.88% from 255) = 20.41%

 BLUE value IS 213 (83.59% from 255) = 36.54%

R = 43.05%
G = 20.41%
B = 36.54%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.15

 K value IS 0.02

RGB Variations

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

Color information

#FB77D5 (or 0xFB77D5) is known color: Neon Pink. HEX triplet: FB, 77 and D5. RGB value is (251,119,213). Sum of RGB (Red+Green+Blue) = 251+119+213=583 (77% of max value = 765). Red value is 251 (98.44% from 255 or 43.05% from 583); Green value is 119 (46.88% from 255 or 20.41% from 583); Blue value is 213 (83.59% from 255 or 36.54% from 583); Max value from RGB is 251 - color contains mainly: red. Hex color #FB77D5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB77D5 is #04882A. Grayscale: #A8A8A8. Windows color (decimal): -297003 or 13989883. OLE color: 13989883.

HSL color Cylindrical-coordinate representation of color #FB77D5: hue angle of 317.27º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FB77D5 is Cyan = 0, Magento = 0.53, Yellow = 0.15 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 119 213 -
CMYK 0 0.53 0.15 0.02
HSL 317.27º 0.94% 0.73% -
HSV(B) 317.27º 0.53% 0.98% -
XYZ 58.39 38.51 67.31 -
YUV 169.18 152.73 186.36 -
System Red Green Blue C M Y K H S L
Decimal 251 119 213 0 0.53 0.15 0.02 317.27 0.94 0.73
Hex FB 77 D5 0 35 F 2 13D 5E 49
Octal 373 167 325 0 65 17 2 475 136 111
Binary 11111011 1110111 11010101 0 110101 1111 10 100111101 1011110 1001001

Color Harmonies of #FB77D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB77D5

Black with #FB77D5

Text Example


Text Example

White with #FB77D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB77D5; }

 p { color: rgb(251,119,213); }

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

background-color css

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

 a { background-color: rgb(251,119,213); }

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

border-color css

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

 span { border-color: rgb(251,119,213); }

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