Html Css Color HEX #FB7DD1 Neon Pink

📋 copy color: '#FB7DD1'

red 251 ◦ green 125 ◦ blue 209

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

Shades of Neon Pink #FB7DD1

Tints of Neon Pink #FB7DD1

RGB

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

 GREEN value IS 125 (49.22% from 255) = 21.37%

 BLUE value IS 209 (82.03% from 255) = 35.73%

R = 42.91%
G = 21.37%
B = 35.73%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#FB7DD1 (or 0xFB7DD1) is known color: Neon Pink. HEX triplet: FB, 7D and D1. RGB value is (251,125,209). Sum of RGB (Red+Green+Blue) = 251+125+209=585 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.91% from 585); Green value is 125 (49.22% from 255 or 21.37% from 585); Blue value is 209 (82.03% from 255 or 35.73% from 585); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7DD1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB7DD1 is #04822E. Grayscale: #ACACAC. Windows color (decimal): -295471 or 13729275. OLE color: 13729275.

HSL color Cylindrical-coordinate representation of color #FB7DD1: hue angle of 320º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FB7DD1 is Cyan = 0, Magento = 0.50, Yellow = 0.17 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 125 209 -
CMYK 0 0.50 0.17 0.02
HSL 320º 0.94% 0.74% -
HSV(B) 320º 0.5% 0.98% -
XYZ 58.63 39.78 64.91 -
YUV 172.25 148.74 184.17 -
System Red Green Blue C M Y K H S L
Decimal 251 125 209 0 0.50 0.17 0.02 320 0.94 0.74
Hex FB 7D D1 0 32 11 2 140 5E 4A
Octal 373 175 321 0 62 21 2 500 136 112
Binary 11111011 1111101 11010001 0 110010 10001 10 101000000 1011110 1001010

Color Harmonies of #FB7DD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB7DD1

Black with #FB7DD1

Text Example


Text Example

White with #FB7DD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB7DD1; }

 p { color: rgb(251,125,209); }

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

background-color css

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

 a { background-color: rgb(251,125,209); }

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

border-color css

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

 span { border-color: rgb(251,125,209); }

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