Html Css Color HEX #FB5ED6 Neon Pink

📋 copy color: '#FB5ED6'

red 251 ◦ green 94 ◦ blue 214

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

Shades of Neon Pink #FB5ED6

Tints of Neon Pink #FB5ED6

RGB

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

 GREEN value IS 94 (37.11% from 255) = 16.82%

 BLUE value IS 214 (83.98% from 255) = 38.28%

R = 44.9%
G = 16.82%
B = 38.28%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.15

 K value IS 0.02

RGB Variations

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

Color information

#FB5ED6 (or 0xFB5ED6) is known color: Neon Pink. HEX triplet: FB, 5E and D6. RGB value is (251,94,214). Sum of RGB (Red+Green+Blue) = 251+94+214=559 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.90% from 559); Green value is 94 (37.11% from 255 or 16.82% from 559); Blue value is 214 (83.98% from 255 or 38.28% from 559); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5ED6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB5ED6 is #04A129. Grayscale: #9A9A9A. Windows color (decimal): -303402 or 14049019. OLE color: 14049019.

HSL color Cylindrical-coordinate representation of color #FB5ED6: hue angle of 314.14º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FB5ED6 is Cyan = 0, Magento = 0.63, Yellow = 0.15 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 94 214 -
CMYK 0 0.63 0.15 0.02
HSL 314.14º 0.95% 0.68% -
HSV(B) 314.14º 0.63% 0.98% -
XYZ 55.92 33.37 67.11 -
YUV 154.62 161.51 196.74 -
System Red Green Blue C M Y K H S L
Decimal 251 94 214 0 0.63 0.15 0.02 314.14 0.95 0.68
Hex FB 5E D6 0 3F F 2 13A 5F 44
Octal 373 136 326 0 77 17 2 472 137 104
Binary 11111011 1011110 11010110 0 111111 1111 10 100111010 1011111 1000100

Color Harmonies of #FB5ED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB5ED6

Black with #FB5ED6

Text Example


Text Example

White with #FB5ED6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB5ED6; }

 p { color: rgb(251,94,214); }

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

background-color css

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

 a { background-color: rgb(251,94,214); }

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

border-color css

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

 span { border-color: rgb(251,94,214); }

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