Html Css Color HEX #FB7ACE Neon Pink

📋 copy color: '#FB7ACE'

red 251 ◦ green 122 ◦ blue 206

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

Shades of Neon Pink #FB7ACE

Tints of Neon Pink #FB7ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 35.58%

R = 43.35%
G = 21.07%
B = 35.58%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#FB7ACE (or 0xFB7ACE) is known color: Neon Pink. HEX triplet: FB, 7A and CE. RGB value is (251,122,206). Sum of RGB (Red+Green+Blue) = 251+122+206=579 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.35% from 579); Green value is 122 (48.05% from 255 or 21.07% from 579); Blue value is 206 (80.86% from 255 or 35.58% from 579); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7ACE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB7ACE is #048531. Grayscale: #A9A9A9. Windows color (decimal): -296242 or 13531899. OLE color: 13531899.

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

Color convert

RGB 251 122 206 -
CMYK 0 0.51 0.18 0.02
HSL 320.93º 0.94% 0.73% -
HSV(B) 320.93º 0.51% 0.98% -
XYZ 57.88 38.88 62.85 -
YUV 170.15 148.24 185.67 -
System Red Green Blue C M Y K H S L
Decimal 251 122 206 0 0.51 0.18 0.02 320.93 0.94 0.73
Hex FB 7A CE 0 33 12 2 141 5E 49
Octal 373 172 316 0 63 22 2 501 136 111
Binary 11111011 1111010 11001110 0 110011 10010 10 101000001 1011110 1001001

Color Harmonies of #FB7ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB7ACE

Black with #FB7ACE

Text Example


Text Example

White with #FB7ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB7ACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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