#FF69D4

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

Shades of Neon Pink #FF69D4

Tints of Neon Pink #FF69D4

Color information

#FF69D4 (or 0xFF69D4) is unknown color: approx Neon Pink. HEX triplet: FF, 69 and D4. RGB value is (255,105,212). Sum of RGB (Red+Green+Blue) = 255+105+212=572 (75% of max value = 765). Red value is 255 (100% from 255 or 44.58% from 572); Green value is 105 (41.41% from 255 or 18.36% from 572); Blue value is 212 (83.20% from 255 or 37.06% from 572); Max value from RGB is 255 - color contains mainly: red. Hex color #FF69D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF69D4 is #00962B. Grayscale: #A1A1A1. Windows color (decimal): -38444 or 13920767. OLE color: 13920767.

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

Color convert

RGB255105212-
CMYK00.590.170
HSL317.2º100%70.59%-
HSV(B)317.2º58.82%100%-
XYZ58.1836.1266.19-
YUV162.05156.2194.3-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 44.58%
GREEN value IS 105 (41.41% from 255) = 18.36%
BLUE value IS 212 (83.20% from 255) = 37.06%
R=44.58%
G=18.36%
B=37.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.17
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25510521200.590.170317.210070.59
HexFF69D403B11013d6447
Octal377151324073210475144107
Binary11111111110100111010100011101110001010011110111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF69D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF69D4; }

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

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

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

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

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

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

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

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