Html Css Color HEX #FF5CC2 Neon Pink

📋 copy color: '#FF5CC2'

red 255 ◦ green 92 ◦ blue 194

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

Shades of Neon Pink #FF5CC2

Tints of Neon Pink #FF5CC2

RGB

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

 GREEN value IS 92 (36.33% from 255) = 17.01%

 BLUE value IS 194 (76.17% from 255) = 35.86%

R = 47.13%
G = 17.01%
B = 35.86%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.24

 K value IS 0

RGB Variations

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

Color information

#FF5CC2 (or 0xFF5CC2) is known color: Neon Pink. HEX triplet: FF, 5C and C2. RGB value is (255,92,194). Sum of RGB (Red+Green+Blue) = 255+92+194=541 (71% of max value = 765). Red value is 255 (100% from 255 or 47.13% from 541); Green value is 92 (36.33% from 255 or 17.01% from 541); Blue value is 194 (76.17% from 255 or 35.86% from 541); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5CC2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF5CC2 is #00A33D. Grayscale: #989898. Windows color (decimal): -41790 or 12737791. OLE color: 12737791.

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

Color convert

RGB 255 92 194 -
CMYK 0 0.64 0.24 0
HSL 322.45º 1% 0.68% -
HSV(B) 322.45º 0.64% 1% -
XYZ 54.8 32.81 54.48 -
YUV 152.37 151.5 201.21 -
System Red Green Blue C M Y K H S L
Decimal 255 92 194 0 0.64 0.24 0 322.45 1 0.68
Hex FF 5C C2 0 40 18 0 142 64 44
Octal 377 134 302 0 100 30 0 502 144 104
Binary 11111111 1011100 11000010 0 1000000 11000 0 101000010 1100100 1000100

Color Harmonies of #FF5CC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5CC2

Black with #FF5CC2

Text Example


Text Example

White with #FF5CC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5CC2; }

 p { color: rgb(255,92,194); }

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

background-color css

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

 a { background-color: rgb(255,92,194); }

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

border-color css

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

 span { border-color: rgb(255,92,194); }

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