Html Css Color HEX #FB5ECE Neon Pink

📋 copy color: '#FB5ECE'

red 251 ◦ green 94 ◦ blue 206

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

Shades of Neon Pink #FB5ECE

Tints of Neon Pink #FB5ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 37.39%

R = 45.55%
G = 17.06%
B = 37.39%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#FB5ECE (or 0xFB5ECE) is known color: Neon Pink. HEX triplet: FB, 5E and CE. RGB value is (251,94,206). Sum of RGB (Red+Green+Blue) = 251+94+206=551 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.55% from 551); Green value is 94 (37.11% from 255 or 17.06% from 551); Blue value is 206 (80.86% from 255 or 37.39% from 551); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5ECE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB5ECE is #04A131. Grayscale: #999999. Windows color (decimal): -303410 or 13524731. OLE color: 13524731.

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

Color convert

RGB 251 94 206 -
CMYK 0 0.63 0.18 0.02
HSL 317.2º 0.95% 0.68% -
HSV(B) 317.2º 0.63% 0.98% -
XYZ 54.93 32.97 61.86 -
YUV 153.71 157.51 197.39 -
System Red Green Blue C M Y K H S L
Decimal 251 94 206 0 0.63 0.18 0.02 317.2 0.95 0.68
Hex FB 5E CE 0 3F 12 2 13D 5F 44
Octal 373 136 316 0 77 22 2 475 137 104
Binary 11111011 1011110 11001110 0 111111 10010 10 100111101 1011111 1000100

Color Harmonies of #FB5ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB5ECE

Black with #FB5ECE

Text Example


Text Example

White with #FB5ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB5ECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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