Html Css Color HEX #FB5ED0 Neon Pink

📋 copy color: '#FB5ED0'

red 251 ◦ green 94 ◦ blue 208

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

Shades of Neon Pink #FB5ED0

Tints of Neon Pink #FB5ED0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 37.61%

R = 45.39%
G = 17%
B = 37.61%

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

#FB5ED0 (or 0xFB5ED0) is known color: Neon Pink. HEX triplet: FB, 5E and D0. RGB value is (251,94,208). Sum of RGB (Red+Green+Blue) = 251+94+208=553 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.39% from 553); Green value is 94 (37.11% from 255 or 17.00% from 553); Blue value is 208 (81.64% from 255 or 37.61% from 553); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5ED0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB5ED0 is #04A12F. Grayscale: #999999. Windows color (decimal): -303408 or 13655803. OLE color: 13655803.

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

Color convert

RGB 251 94 208 -
CMYK 0 0.63 0.17 0.02
HSL 316.43º 0.95% 0.68% -
HSV(B) 316.43º 0.63% 0.98% -
XYZ 55.17 33.07 63.15 -
YUV 153.94 158.51 197.23 -
System Red Green Blue C M Y K H S L
Decimal 251 94 208 0 0.63 0.17 0.02 316.43 0.95 0.68
Hex FB 5E D0 0 3F 11 2 13C 5F 44
Octal 373 136 320 0 77 21 2 474 137 104
Binary 11111011 1011110 11010000 0 111111 10001 10 100111100 1011111 1000100

Color Harmonies of #FB5ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB5ED0

Black with #FB5ED0

Text Example


Text Example

White with #FB5ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB5ED0; }

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

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

background-color css

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

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

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

border-color css

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

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

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