Html Css Color HEX #FF7ACC Neon Pink

📋 copy color: '#FF7ACC'

red 255 ◦ green 122 ◦ blue 204

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

Shades of Neon Pink #FF7ACC

Tints of Neon Pink #FF7ACC

RGB

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

 GREEN value IS 122 (48.05% from 255) = 21%

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

R = 43.89%
G = 21%
B = 35.11%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.2

 K value IS 0

RGB Variations

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

Color information

#FF7ACC (or 0xFF7ACC) is known color: Neon Pink. HEX triplet: FF, 7A and CC. RGB value is (255,122,204). Sum of RGB (Red+Green+Blue) = 255+122+204=581 (76% of max value = 765). Red value is 255 (100% from 255 or 43.89% from 581); Green value is 122 (48.05% from 255 or 21.00% from 581); Blue value is 204 (80.08% from 255 or 35.11% from 581); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7ACC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF7ACC is #008533. Grayscale: #AAAAAA. Windows color (decimal): -34100 or 13400831. OLE color: 13400831.

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

Color convert

RGB 255 122 204 -
CMYK 0 0.52 0.2 0
HSL 323.01º 1% 0.74% -
HSV(B) 323.01º 0.52% 1% -
XYZ 59.1 39.54 61.64 -
YUV 171.12 146.56 187.83 -
System Red Green Blue C M Y K H S L
Decimal 255 122 204 0 0.52 0.2 0 323.01 1 0.74
Hex FF 7A CC 0 34 14 0 143 64 4A
Octal 377 172 314 0 64 24 0 503 144 112
Binary 11111111 1111010 11001100 0 110100 10100 0 101000011 1100100 1001010

Color Harmonies of #FF7ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7ACC

Black with #FF7ACC

Text Example


Text Example

White with #FF7ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7ACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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