#ff65c7

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

Shades of Neon Pink #FF65C7

Tints of Neon Pink #FF65C7

Color information

#FF65C7 (or 0xFF65C7) is unknown color: approx Neon Pink. HEX triplet: FF, 65 and C7. RGB value is (255,101,199). Sum of RGB (Red+Green+Blue) = 255+101+199=555 (73% of max value = 765). Red value is 255 (100% from 255 or 45.95% from 555); Green value is 101 (39.84% from 255 or 18.20% from 555); Blue value is 199 (78.12% from 255 or 35.86% from 555); Max value from RGB is 255 - color contains mainly: red. Hex color #FF65C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF65C7 is #009A38. Grayscale: #9D9D9D. Windows color (decimal): -39481 or 13067775. OLE color: 13067775.

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

Color convert

RGB255101199-
CMYK00.600.220
HSL321.82º100%69.8%-
HSV(B)321.82º60.39%100%-
XYZ56.234.6957.77-
YUV158.22151.02197.03-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 45.95%
GREEN value IS 101 (39.84% from 255) = 18.20%
BLUE value IS 199 (78.12% from 255) = 35.86%
R=45.95%
G=18.20%
B=35.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.22
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25510119900.600.220321.8210069.8
HexFF65C703C1601426446
Octal377145307074260502144106
Binary11111111110010111000111011110010110010100001011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ff65c7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ff65c7; }

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

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

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

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

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

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

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

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