#FF65DB

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

Shades of Neon Pink #FF65DB

Tints of Neon Pink #FF65DB

Color information

#FF65DB (or 0xFF65DB) is unknown color: approx Neon Pink. HEX triplet: FF, 65 and DB. RGB value is (255,101,219). Sum of RGB (Red+Green+Blue) = 255+101+219=575 (76% of max value = 765). Red value is 255 (100% from 255 or 44.35% from 575); Green value is 101 (39.84% from 255 or 17.57% from 575); Blue value is 219 (85.94% from 255 or 38.09% from 575); Max value from RGB is 255 - color contains mainly: red. Hex color #FF65DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF65DB is #009A24. Grayscale: #A0A0A0. Windows color (decimal): -39461 or 14378495. OLE color: 14378495.

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

Color convert

RGB255101219-
CMYK00.600.140
HSL314.03º100%69.8%-
HSV(B)314.03º60.39%100%-
XYZ58.6835.6870.81-
YUV160.5161.02195.41-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 44.35%
GREEN value IS 101 (39.84% from 255) = 17.57%
BLUE value IS 219 (85.94% from 255) = 38.09%
R=44.35%
G=17.57%
B=38.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.14
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25510121900.600.140314.0310069.8
HexFF65DB03CE013a6446
Octal377145333074160472144106
Binary1111111111001011101101101111001110010011101011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF65DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF65DB; }

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

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

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

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

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

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

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

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