Html Css Color HEX #FB5ED1 Neon Pink

📋 copy color: '#FB5ED1'

red 251 ◦ green 94 ◦ blue 209

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

Shades of Neon Pink #FB5ED1

Tints of Neon Pink #FB5ED1

RGB

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

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

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

R = 45.31%
G = 16.97%
B = 37.73%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#FB5ED1 (or 0xFB5ED1) is known color: Neon Pink. HEX triplet: FB, 5E and D1. RGB value is (251,94,209). Sum of RGB (Red+Green+Blue) = 251+94+209=554 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.31% from 554); Green value is 94 (37.11% from 255 or 16.97% from 554); Blue value is 209 (82.03% from 255 or 37.73% from 554); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5ED1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB5ED1 is #04A12E. Grayscale: #999999. Windows color (decimal): -303407 or 13721339. OLE color: 13721339.

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

Color convert

RGB 251 94 209 -
CMYK 0 0.63 0.17 0.02
HSL 316.05º 0.95% 0.68% -
HSV(B) 316.05º 0.63% 0.98% -
XYZ 55.29 33.12 63.8 -
YUV 154.05 159.01 197.15 -
System Red Green Blue C M Y K H S L
Decimal 251 94 209 0 0.63 0.17 0.02 316.05 0.95 0.68
Hex FB 5E D1 0 3F 11 2 13C 5F 44
Octal 373 136 321 0 77 21 2 474 137 104
Binary 11111011 1011110 11010001 0 111111 10001 10 100111100 1011111 1000100

Color Harmonies of #FB5ED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB5ED1

Black with #FB5ED1

Text Example


Text Example

White with #FB5ED1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB5ED1; }

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

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

background-color css

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

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

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

border-color css

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

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

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