#FF65D6

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

Shades of Neon Pink #FF65D6

Tints of Neon Pink #FF65D6

Color information

#FF65D6 (or 0xFF65D6) is unknown color: approx Neon Pink. HEX triplet: FF, 65 and D6. RGB value is (255,101,214). Sum of RGB (Red+Green+Blue) = 255+101+214=570 (75% of max value = 765). Red value is 255 (100% from 255 or 44.74% from 570); Green value is 101 (39.84% from 255 or 17.72% from 570); Blue value is 214 (83.98% from 255 or 37.54% from 570); Max value from RGB is 255 - color contains mainly: red. Hex color #FF65D6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF65D6 is #009A29. Grayscale: #9F9F9F. Windows color (decimal): -39466 or 14050815. OLE color: 14050815.

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

Color convert

RGB255101214-
CMYK00.600.160
HSL315.97º100%69.8%-
HSV(B)315.97º60.39%100%-
XYZ58.0335.4267.4-
YUV159.93158.52195.81-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 44.74%
GREEN value IS 101 (39.84% from 255) = 17.72%
BLUE value IS 214 (83.98% from 255) = 37.54%
R=44.74%
G=17.72%
B=37.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.16
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25510121400.600.160315.9710069.8
HexFF65D603C10013c6446
Octal377145326074200474144106
Binary11111111110010111010110011110010000010011110011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF65D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF65D6; }

 p { color: rgb(255,101,214); }

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

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

 a { background-color: rgb(255,101,214); }

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

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

 span { border-color: rgb(255,101,214); }

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