Html Css Color HEX #FB7ACC Neon Pink

📋 copy color: '#FB7ACC'

red 251 ◦ green 122 ◦ blue 204

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

Shades of Neon Pink #FB7ACC

Tints of Neon Pink #FB7ACC

RGB

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

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

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

R = 43.5%
G = 21.14%
B = 35.36%

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

#FB7ACC (or 0xFB7ACC) is known color: Neon Pink. HEX triplet: FB, 7A and CC. RGB value is (251,122,204). Sum of RGB (Red+Green+Blue) = 251+122+204=577 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.50% from 577); Green value is 122 (48.05% from 255 or 21.14% from 577); Blue value is 204 (80.08% from 255 or 35.36% from 577); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7ACC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB7ACC is #048533. Grayscale: #A9A9A9. Windows color (decimal): -296244 or 13400827. OLE color: 13400827.

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

Color convert

RGB 251 122 204 -
CMYK 0 0.51 0.19 0.02
HSL 321.86º 0.94% 0.73% -
HSV(B) 321.86º 0.51% 0.98% -
XYZ 57.64 38.79 61.58 -
YUV 169.92 147.24 185.83 -
System Red Green Blue C M Y K H S L
Decimal 251 122 204 0 0.51 0.19 0.02 321.86 0.94 0.73
Hex FB 7A CC 0 33 13 2 142 5E 49
Octal 373 172 314 0 63 23 2 502 136 111
Binary 11111011 1111010 11001100 0 110011 10011 10 101000010 1011110 1001001

Color Harmonies of #FB7ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB7ACC

Black with #FB7ACC

Text Example


Text Example

White with #FB7ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB7ACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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