Html Css Color HEX #FF5CC7 Neon Pink

📋 copy color: '#FF5CC7'

red 255 ◦ green 92 ◦ blue 199

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

Shades of Neon Pink #FF5CC7

Tints of Neon Pink #FF5CC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 36.45%

R = 46.7%
G = 16.85%
B = 36.45%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.22

 K value IS 0

RGB Variations

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

Color information

#FF5CC7 (or 0xFF5CC7) is known color: Neon Pink. HEX triplet: FF, 5C and C7. RGB value is (255,92,199). Sum of RGB (Red+Green+Blue) = 255+92+199=546 (72% of max value = 765). Red value is 255 (100% from 255 or 46.70% from 546); Green value is 92 (36.33% from 255 or 16.85% from 546); Blue value is 199 (78.12% from 255 or 36.45% from 546); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5CC7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF5CC7 is #00A338. Grayscale: #989898. Windows color (decimal): -41785 or 13065471. OLE color: 13065471.

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

Color convert

RGB 255 92 199 -
CMYK 0 0.64 0.22 0
HSL 320.61º 1% 0.68% -
HSV(B) 320.61º 0.64% 1% -
XYZ 55.38 33.04 57.49 -
YUV 152.94 154 200.8 -
System Red Green Blue C M Y K H S L
Decimal 255 92 199 0 0.64 0.22 0 320.61 1 0.68
Hex FF 5C C7 0 40 16 0 141 64 44
Octal 377 134 307 0 100 26 0 501 144 104
Binary 11111111 1011100 11000111 0 1000000 10110 0 101000001 1100100 1000100

Color Harmonies of #FF5CC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5CC7

Black with #FF5CC7

Text Example


Text Example

White with #FF5CC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5CC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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