#FF66CF

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

Shades of Neon Pink #FF66CF

Tints of Neon Pink #FF66CF

Color information

#FF66CF (or 0xFF66CF) is unknown color: approx Neon Pink. HEX triplet: FF, 66 and CF. RGB value is (255,102,207). Sum of RGB (Red+Green+Blue) = 255+102+207=564 (74% of max value = 765). Red value is 255 (100% from 255 or 45.21% from 564); Green value is 102 (40.23% from 255 or 18.09% from 564); Blue value is 207 (81.25% from 255 or 36.70% from 564); Max value from RGB is 255 - color contains mainly: red. Hex color #FF66CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF66CF is #009930. Grayscale: #9F9F9F. Windows color (decimal): -39217 or 13592319. OLE color: 13592319.

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

Color convert

RGB255102207-
CMYK00.60.190
HSL318.82º100%70%-
HSV(B)318.82º60%100%-
XYZ57.2535.2762.82-
YUV159.72154.69195.96-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 45.21%
GREEN value IS 102 (40.23% from 255) = 18.09%
BLUE value IS 207 (81.25% from 255) = 36.70%
R=45.21%
G=18.09%
B=36.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.19
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25510220700.60.190318.8210070
HexFF66CF03C13013f6446
Octal377146317074230477144106
Binary11111111110011011001111011110010011010011111111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF66CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF66CF; }

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

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

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

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

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

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

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

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