Html Css Color HEX #FE55CC Neon Pink

📋 copy color: '#FE55CC'

red 254 ◦ green 85 ◦ blue 204

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

Shades of Neon Pink #FE55CC

Tints of Neon Pink #FE55CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 37.57%

R = 46.78%
G = 15.65%
B = 37.57%

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

#FE55CC (or 0xFE55CC) is known color: Neon Pink. HEX triplet: FE, 55 and CC. RGB value is (254,85,204). Sum of RGB (Red+Green+Blue) = 254+85+204=543 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.78% from 543); Green value is 85 (33.59% from 255 or 15.65% from 543); Blue value is 204 (80.08% from 255 or 37.57% from 543); Max value from RGB is 254 - color contains mainly: red. Hex color #FE55CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE55CC is #01AA33. Grayscale: #949494. Windows color (decimal): -109108 or 13391358. OLE color: 13391358.

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

Color convert

RGB 254 85 204 -
CMYK 0 0.67 0.20 0.00
HSL 317.75º 0.99% 0.66% -
HSV(B) 317.75º 0.67% 1% -
XYZ 55.02 31.93 60.39 -
YUV 149.1 158.99 202.82 -
System Red Green Blue C M Y K H S L
Decimal 254 85 204 0 0.67 0.20 0.00 317.75 0.99 0.66
Hex FE 55 CC 0 43 14 0 13E 63 42
Octal 376 125 314 0 103 24 0 476 143 102
Binary 11111110 1010101 11001100 0 1000011 10100 0 100111110 1100011 1000010

Color Harmonies of #FE55CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE55CC

Black with #FE55CC

Text Example


Text Example

White with #FE55CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE55CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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