Html Css Color HEX #FB7ACD Neon Pink

📋 copy color: '#FB7ACD'

red 251 ◦ green 122 ◦ blue 205

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

Shades of Neon Pink #FB7ACD

Tints of Neon Pink #FB7ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 35.47%

R = 43.43%
G = 21.11%
B = 35.47%

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

#FB7ACD (or 0xFB7ACD) is known color: Neon Pink. HEX triplet: FB, 7A and CD. RGB value is (251,122,205). Sum of RGB (Red+Green+Blue) = 251+122+205=578 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.43% from 578); Green value is 122 (48.05% from 255 or 21.11% from 578); Blue value is 205 (80.47% from 255 or 35.47% from 578); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7ACD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB7ACD is #048532. Grayscale: #A9A9A9. Windows color (decimal): -296243 or 13466363. OLE color: 13466363.

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

Color convert

RGB 251 122 205 -
CMYK 0 0.51 0.18 0.02
HSL 321.4º 0.94% 0.73% -
HSV(B) 321.4º 0.51% 0.98% -
XYZ 57.76 38.84 62.21 -
YUV 170.03 147.74 185.75 -
System Red Green Blue C M Y K H S L
Decimal 251 122 205 0 0.51 0.18 0.02 321.4 0.94 0.73
Hex FB 7A CD 0 33 12 2 141 5E 49
Octal 373 172 315 0 63 22 2 501 136 111
Binary 11111011 1111010 11001101 0 110011 10010 10 101000001 1011110 1001001

Color Harmonies of #FB7ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB7ACD

Black with #FB7ACD

Text Example


Text Example

White with #FB7ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB7ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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