Html Css Color HEX #FB5ED4 Neon Pink

📋 copy color: '#FB5ED4'

red 251 ◦ green 94 ◦ blue 212

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

Shades of Neon Pink #FB5ED4

Tints of Neon Pink #FB5ED4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 38.06%

R = 45.06%
G = 16.88%
B = 38.06%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#FB5ED4 (or 0xFB5ED4) is known color: Neon Pink. HEX triplet: FB, 5E and D4. RGB value is (251,94,212). Sum of RGB (Red+Green+Blue) = 251+94+212=557 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.06% from 557); Green value is 94 (37.11% from 255 or 16.88% from 557); Blue value is 212 (83.20% from 255 or 38.06% from 557); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5ED4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB5ED4 is #04A12B. Grayscale: #9A9A9A. Windows color (decimal): -303404 or 13917947. OLE color: 13917947.

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

Color convert

RGB 251 94 212 -
CMYK 0 0.63 0.16 0.02
HSL 314.9º 0.95% 0.68% -
HSV(B) 314.9º 0.63% 0.98% -
XYZ 55.67 33.27 65.77 -
YUV 154.4 160.51 196.91 -
System Red Green Blue C M Y K H S L
Decimal 251 94 212 0 0.63 0.16 0.02 314.9 0.95 0.68
Hex FB 5E D4 0 3F 10 2 13B 5F 44
Octal 373 136 324 0 77 20 2 473 137 104
Binary 11111011 1011110 11010100 0 111111 10000 10 100111011 1011111 1000100

Color Harmonies of #FB5ED4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB5ED4

Black with #FB5ED4

Text Example


Text Example

White with #FB5ED4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB5ED4; }

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

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

background-color css

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

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

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

border-color css

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

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

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