#ff69c4

Color #FF69C4 Neon Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neon Pink #FF69C4

Tints of Neon Pink #FF69C4

Color information

#FF69C4 (or 0xFF69C4) is unknown color: approx Neon Pink. HEX triplet: FF, 69 and C4. RGB value is (255,105,196). Sum of RGB (Red+Green+Blue) = 255+105+196=556 (73% of max value = 765). Red value is 255 (100% from 255 or 45.86% from 556); Green value is 105 (41.41% from 255 or 18.88% from 556); Blue value is 196 (76.95% from 255 or 35.25% from 556); Max value from RGB is 255 - color contains mainly: red. Hex color #FF69C4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF69C4 is #00963B. Grayscale: #A0A0A0. Windows color (decimal): -38460 or 12872191. OLE color: 12872191.

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

Color convert

RGB255105196-
CMYK00.590.230
HSL323.6º100%70.59%-
HSV(B)323.6º58.82%100%-
XYZ56.2635.3556.08-
YUV160.22148.2195.6-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 45.86%
GREEN value IS 105 (41.41% from 255) = 18.88%
BLUE value IS 196 (76.95% from 255) = 35.25%
R=45.86%
G=18.88%
B=35.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.23
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25510519600.590.230323.610070.59
HexFF69C403B1701446447
Octal377151304073270504144107
Binary11111111110100111000100011101110111010100010011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ff69c4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ff69c4; }

 p { color: rgb(255,105,196); }

 H1.HeaderClassName
 {
   color: #ff69c4;
 }
 .AnyTagClassName
 {
   color: #ff69c4;
 }
</style>
background-color css

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

 a { background-color: rgb(255,105,196); }

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

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

 span { border-color: rgb(255,105,196); }

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