Html Css Color HEX #FF5ECC Neon Pink

📋 copy color: '#FF5ECC'

red 255 ◦ green 94 ◦ blue 204

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

Shades of Neon Pink #FF5ECC

Tints of Neon Pink #FF5ECC

RGB

 RED value IS 255 (100% from 255) = 46.11%

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

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

R = 46.11%
G = 17%
B = 36.89%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.2

 K value IS 0

RGB Variations

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

Color information

#FF5ECC (or 0xFF5ECC) is known color: Neon Pink. HEX triplet: FF, 5E and CC. RGB value is (255,94,204). Sum of RGB (Red+Green+Blue) = 255+94+204=553 (73% of max value = 765). Red value is 255 (100% from 255 or 46.11% from 553); Green value is 94 (37.11% from 255 or 17.00% from 553); Blue value is 204 (80.08% from 255 or 36.89% from 553); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5ECC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF5ECC is #00A133. Grayscale: #9A9A9A. Windows color (decimal): -41268 or 13393663. OLE color: 13393663.

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

Color convert

RGB 255 94 204 -
CMYK 0 0.63 0.2 0
HSL 319.01º 1% 0.68% -
HSV(B) 319.01º 0.63% 1% -
XYZ 56.14 33.63 60.66 -
YUV 154.68 155.84 199.56 -
System Red Green Blue C M Y K H S L
Decimal 255 94 204 0 0.63 0.2 0 319.01 1 0.68
Hex FF 5E CC 0 3F 14 0 13F 64 44
Octal 377 136 314 0 77 24 0 477 144 104
Binary 11111111 1011110 11001100 0 111111 10100 0 100111111 1100100 1000100

Color Harmonies of #FF5ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5ECC

Black with #FF5ECC

Text Example


Text Example

White with #FF5ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5ECC; }

 p { color: rgb(255,94,204); }

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

background-color css

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

 a { background-color: rgb(255,94,204); }

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

border-color css

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

 span { border-color: rgb(255,94,204); }

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