Html Css Color HEX #FE5BCA Neon Pink

📋 copy color: '#FE5BCA'

red 254 ◦ green 91 ◦ blue 202

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

Shades of Neon Pink #FE5BCA

Tints of Neon Pink #FE5BCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 36.93%

R = 46.44%
G = 16.64%
B = 36.93%

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

#FE5BCA (or 0xFE5BCA) is known color: Neon Pink. HEX triplet: FE, 5B and CA. RGB value is (254,91,202). Sum of RGB (Red+Green+Blue) = 254+91+202=547 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.44% from 547); Green value is 91 (35.94% from 255 or 16.64% from 547); Blue value is 202 (79.30% from 255 or 36.93% from 547); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5BCA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE5BCA is #01A435. Grayscale: #989898. Windows color (decimal): -107574 or 13261822. OLE color: 13261822.

HSL color Cylindrical-coordinate representation of color #FE5BCA: hue angle of 319.14º 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 #FE5BCA is Cyan = 0, Magento = 0.64, Yellow = 0.20 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 91 202 -
CMYK 0 0.64 0.20 0.00
HSL 319.14º 0.99% 0.68% -
HSV(B) 319.14º 0.64% 1% -
XYZ 55.27 32.82 59.3 -
YUV 152.39 156 200.47 -
System Red Green Blue C M Y K H S L
Decimal 254 91 202 0 0.64 0.20 0.00 319.14 0.99 0.68
Hex FE 5B CA 0 40 14 0 13F 63 44
Octal 376 133 312 0 100 24 0 477 143 104
Binary 11111110 1011011 11001010 0 1000000 10100 0 100111111 1100011 1000100

Color Harmonies of #FE5BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5BCA

Black with #FE5BCA

Text Example


Text Example

White with #FE5BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5BCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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