Html Css Color HEX #FB5ECD Neon Pink

📋 copy color: '#FB5ECD'

red 251 ◦ green 94 ◦ blue 205

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

Shades of Neon Pink #FB5ECD

Tints of Neon Pink #FB5ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 37.27%

R = 45.64%
G = 17.09%
B = 37.27%

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

#FB5ECD (or 0xFB5ECD) is known color: Neon Pink. HEX triplet: FB, 5E and CD. RGB value is (251,94,205). Sum of RGB (Red+Green+Blue) = 251+94+205=550 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.64% from 550); Green value is 94 (37.11% from 255 or 17.09% from 550); Blue value is 205 (80.47% from 255 or 37.27% from 550); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5ECD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB5ECD is #04A132. Grayscale: #999999. Windows color (decimal): -303411 or 13459195. OLE color: 13459195.

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

Color convert

RGB 251 94 205 -
CMYK 0 0.63 0.18 0.02
HSL 317.58º 0.95% 0.68% -
HSV(B) 317.58º 0.63% 0.98% -
XYZ 54.81 32.92 61.22 -
YUV 153.6 157.01 197.47 -
System Red Green Blue C M Y K H S L
Decimal 251 94 205 0 0.63 0.18 0.02 317.58 0.95 0.68
Hex FB 5E CD 0 3F 12 2 13E 5F 44
Octal 373 136 315 0 77 22 2 476 137 104
Binary 11111011 1011110 11001101 0 111111 10010 10 100111110 1011111 1000100

Color Harmonies of #FB5ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB5ECD

Black with #FB5ECD

Text Example


Text Example

White with #FB5ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB5ECD; }

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

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

background-color css

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

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

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

border-color css

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

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

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