Html Css Color HEX #FF6ACC Neon Pink

📋 copy color: '#FF6ACC'

red 255 ◦ green 106 ◦ blue 204

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

Shades of Neon Pink #FF6ACC

Tints of Neon Pink #FF6ACC

RGB

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

 GREEN value IS 106 (41.8% from 255) = 18.76%

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

R = 45.13%
G = 18.76%
B = 36.11%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.2

 K value IS 0

RGB Variations

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

Color information

#FF6ACC (or 0xFF6ACC) is known color: Neon Pink. HEX triplet: FF, 6A and CC. RGB value is (255,106,204). Sum of RGB (Red+Green+Blue) = 255+106+204=565 (74% of max value = 765). Red value is 255 (100% from 255 or 45.13% from 565); Green value is 106 (41.80% from 255 or 18.76% from 565); Blue value is 204 (80.08% from 255 or 36.11% from 565); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6ACC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF6ACC is #009533. Grayscale: #A1A1A1. Windows color (decimal): -38196 or 13396735. OLE color: 13396735.

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

Color convert

RGB 255 106 204 -
CMYK 0 0.58 0.2 0
HSL 320.54º 1% 0.71% -
HSV(B) 320.54º 0.58% 1% -
XYZ 57.29 35.93 61.04 -
YUV 161.72 151.86 194.53 -
System Red Green Blue C M Y K H S L
Decimal 255 106 204 0 0.58 0.2 0 320.54 1 0.71
Hex FF 6A CC 0 3A 14 0 141 64 47
Octal 377 152 314 0 72 24 0 501 144 107
Binary 11111111 1101010 11001100 0 111010 10100 0 101000001 1100100 1000111

Color Harmonies of #FF6ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6ACC

Black with #FF6ACC

Text Example


Text Example

White with #FF6ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6ACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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