Html Css Color HEX #FF7CCC Neon Pink

📋 copy color: '#FF7CCC'

red 255 ◦ green 124 ◦ blue 204

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

Shades of Neon Pink #FF7CCC

Tints of Neon Pink #FF7CCC

RGB

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

 GREEN value IS 124 (48.83% from 255) = 21.27%

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

R = 43.74%
G = 21.27%
B = 34.99%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.2

 K value IS 0

RGB Variations

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

Color information

#FF7CCC (or 0xFF7CCC) is known color: Neon Pink. HEX triplet: FF, 7C and CC. RGB value is (255,124,204). Sum of RGB (Red+Green+Blue) = 255+124+204=583 (77% of max value = 765). Red value is 255 (100% from 255 or 43.74% from 583); Green value is 124 (48.83% from 255 or 21.27% from 583); Blue value is 204 (80.08% from 255 or 34.99% from 583); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7CCC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF7CCC is #008333. Grayscale: #ACACAC. Windows color (decimal): -33588 or 13401343. OLE color: 13401343.

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

Color convert

RGB 255 124 204 -
CMYK 0 0.51 0.2 0
HSL 323.36º 1% 0.74% -
HSV(B) 323.36º 0.51% 1% -
XYZ 59.35 40.03 61.73 -
YUV 172.29 145.9 187 -
System Red Green Blue C M Y K H S L
Decimal 255 124 204 0 0.51 0.2 0 323.36 1 0.74
Hex FF 7C CC 0 33 14 0 143 64 4A
Octal 377 174 314 0 63 24 0 503 144 112
Binary 11111111 1111100 11001100 0 110011 10100 0 101000011 1100100 1001010

Color Harmonies of #FF7CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7CCC

Black with #FF7CCC

Text Example


Text Example

White with #FF7CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7CCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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