Html Css Color HEX #FE5BCB Neon Pink

📋 copy color: '#FE5BCB'

red 254 ◦ green 91 ◦ blue 203

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

Shades of Neon Pink #FE5BCB

Tints of Neon Pink #FE5BCB

RGB

 RED value IS 254 (99.61% from 255) = 46.35%

 GREEN value IS 91 (35.94% from 255) = 16.61%

 BLUE value IS 203 (79.69% from 255) = 37.04%

R = 46.35%
G = 16.61%
B = 37.04%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.20

 K value IS 0.00

RGB Variations

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

Color information

#FE5BCB (or 0xFE5BCB) is known color: Neon Pink. HEX triplet: FE, 5B and CB. RGB value is (254,91,203). Sum of RGB (Red+Green+Blue) = 254+91+203=548 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.35% from 548); Green value is 91 (35.94% from 255 or 16.61% from 548); Blue value is 203 (79.69% from 255 or 37.04% from 548); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5BCB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE5BCB is #01A434. Grayscale: #989898. Windows color (decimal): -107573 or 13327358. OLE color: 13327358.

HSL color Cylindrical-coordinate representation of color #FE5BCB: hue angle of 318.77º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FE5BCB is Cyan = 0, Magento = 0.64, Yellow = 0.20 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 91 203 -
CMYK 0 0.64 0.20 0.00
HSL 318.77º 0.99% 0.68% -
HSV(B) 318.77º 0.64% 1% -
XYZ 55.39 32.86 59.92 -
YUV 152.51 156.5 200.39 -
System Red Green Blue C M Y K H S L
Decimal 254 91 203 0 0.64 0.20 0.00 318.77 0.99 0.68
Hex FE 5B CB 0 40 14 0 13F 63 44
Octal 376 133 313 0 100 24 0 477 143 104
Binary 11111110 1011011 11001011 0 1000000 10100 0 100111111 1100011 1000100

Color Harmonies of #FE5BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5BCB

Black with #FE5BCB

Text Example


Text Example

White with #FE5BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5BCB; }

 p { color: rgb(254,91,203); }

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

background-color css

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

 a { background-color: rgb(254,91,203); }

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

border-color css

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

 span { border-color: rgb(254,91,203); }

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