Html Css Color HEX #FB7ACB Neon Pink

📋 copy color: '#FB7ACB'

red 251 ◦ green 122 ◦ blue 203

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

Shades of Neon Pink #FB7ACB

Tints of Neon Pink #FB7ACB

RGB

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

 GREEN value IS 122 (48.05% from 255) = 21.18%

 BLUE value IS 203 (79.69% from 255) = 35.24%

R = 43.58%
G = 21.18%
B = 35.24%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#FB7ACB (or 0xFB7ACB) is known color: Neon Pink. HEX triplet: FB, 7A and CB. RGB value is (251,122,203). Sum of RGB (Red+Green+Blue) = 251+122+203=576 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.58% from 576); Green value is 122 (48.05% from 255 or 21.18% from 576); Blue value is 203 (79.69% from 255 or 35.24% from 576); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7ACB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB7ACB is #048534. Grayscale: #A9A9A9. Windows color (decimal): -296245 or 13335291. OLE color: 13335291.

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

Color convert

RGB 251 122 203 -
CMYK 0 0.51 0.19 0.02
HSL 322.33º 0.94% 0.73% -
HSV(B) 322.33º 0.51% 0.98% -
XYZ 57.52 38.74 60.95 -
YUV 169.81 146.74 185.91 -
System Red Green Blue C M Y K H S L
Decimal 251 122 203 0 0.51 0.19 0.02 322.33 0.94 0.73
Hex FB 7A CB 0 33 13 2 142 5E 49
Octal 373 172 313 0 63 23 2 502 136 111
Binary 11111011 1111010 11001011 0 110011 10011 10 101000010 1011110 1001001

Color Harmonies of #FB7ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB7ACB

Black with #FB7ACB

Text Example


Text Example

White with #FB7ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB7ACB; }

 p { color: rgb(251,122,203); }

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

background-color css

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

 a { background-color: rgb(251,122,203); }

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

border-color css

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

 span { border-color: rgb(251,122,203); }

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