Html Css Color HEX #FB5EC4 Neon Pink

📋 copy color: '#FB5EC4'

red 251 ◦ green 94 ◦ blue 196

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

Shades of Neon Pink #FB5EC4

Tints of Neon Pink #FB5EC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 36.23%

R = 46.4%
G = 17.38%
B = 36.23%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.22

 K value IS 0.02

RGB Variations

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

Color information

#FB5EC4 (or 0xFB5EC4) is known color: Neon Pink. HEX triplet: FB, 5E and C4. RGB value is (251,94,196). Sum of RGB (Red+Green+Blue) = 251+94+196=541 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.40% from 541); Green value is 94 (37.11% from 255 or 17.38% from 541); Blue value is 196 (76.95% from 255 or 36.23% from 541); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5EC4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB5EC4 is #04A13B. Grayscale: #989898. Windows color (decimal): -303420 or 12869371. OLE color: 12869371.

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

Color convert

RGB 251 94 196 -
CMYK 0 0.63 0.22 0.02
HSL 321.02º 0.95% 0.68% -
HSV(B) 321.02º 0.63% 0.98% -
XYZ 53.75 32.5 55.66 -
YUV 152.57 152.51 198.21 -
System Red Green Blue C M Y K H S L
Decimal 251 94 196 0 0.63 0.22 0.02 321.02 0.95 0.68
Hex FB 5E C4 0 3F 16 2 141 5F 44
Octal 373 136 304 0 77 26 2 501 137 104
Binary 11111011 1011110 11000100 0 111111 10110 10 101000001 1011111 1000100

Color Harmonies of #FB5EC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB5EC4

Black with #FB5EC4

Text Example


Text Example

White with #FB5EC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB5EC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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