#ff69cf

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

Shades of Neon Pink #FF69CF

Tints of Neon Pink #FF69CF

Color information

#FF69CF (or 0xFF69CF) is unknown color: approx Neon Pink. HEX triplet: FF, 69 and CF. RGB value is (255,105,207). Sum of RGB (Red+Green+Blue) = 255+105+207=567 (75% of max value = 765). Red value is 255 (100% from 255 or 44.97% from 567); Green value is 105 (41.41% from 255 or 18.52% from 567); Blue value is 207 (81.25% from 255 or 36.51% from 567); Max value from RGB is 255 - color contains mainly: red. Hex color #FF69CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF69CF is #009630. Grayscale: #A1A1A1. Windows color (decimal): -38449 or 13593087. OLE color: 13593087.

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

Color convert

RGB255105207-
CMYK00.590.190
HSL319.2º100%70.59%-
HSV(B)319.2º58.82%100%-
XYZ57.5535.8762.92-
YUV161.48153.7194.71-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 44.97%
GREEN value IS 105 (41.41% from 255) = 18.52%
BLUE value IS 207 (81.25% from 255) = 36.51%
R=44.97%
G=18.52%
B=36.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.19
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25510520700.590.190319.210070.59
HexFF69CF03B13013f6447
Octal377151317073230477144107
Binary11111111110100111001111011101110011010011111111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ff69cf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ff69cf; }

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

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

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

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

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

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

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

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