Html Css Color HEX #FE55CB Neon Pink

📋 copy color: '#FE55CB'

red 254 ◦ green 85 ◦ blue 203

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

Shades of Neon Pink #FE55CB

Tints of Neon Pink #FE55CB

RGB

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

 GREEN value IS 85 (33.59% from 255) = 15.68%

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

R = 46.86%
G = 15.68%
B = 37.45%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.20

 K value IS 0.00

RGB Variations

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

Color information

#FE55CB (or 0xFE55CB) is known color: Neon Pink. HEX triplet: FE, 55 and CB. RGB value is (254,85,203). Sum of RGB (Red+Green+Blue) = 254+85+203=542 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.86% from 542); Green value is 85 (33.59% from 255 or 15.68% from 542); Blue value is 203 (79.69% from 255 or 37.45% from 542); Max value from RGB is 254 - color contains mainly: red. Hex color #FE55CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE55CB is #01AA34. Grayscale: #949494. Windows color (decimal): -109109 or 13325822. OLE color: 13325822.

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

Color convert

RGB 254 85 203 -
CMYK 0 0.67 0.20 0.00
HSL 318.11º 0.99% 0.66% -
HSV(B) 318.11º 0.67% 1% -
XYZ 54.9 31.88 59.76 -
YUV 148.98 158.49 202.91 -
System Red Green Blue C M Y K H S L
Decimal 254 85 203 0 0.67 0.20 0.00 318.11 0.99 0.66
Hex FE 55 CB 0 43 14 0 13E 63 42
Octal 376 125 313 0 103 24 0 476 143 102
Binary 11111110 1010101 11001011 0 1000011 10100 0 100111110 1100011 1000010

Color Harmonies of #FE55CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE55CB

Black with #FE55CB

Text Example


Text Example

White with #FE55CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE55CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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