#FF62CB

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

Shades of Neon Pink #FF62CB

Tints of Neon Pink #FF62CB

Color information

#FF62CB (or 0xFF62CB) is unknown color: approx Neon Pink. HEX triplet: FF, 62 and CB. RGB value is (255,98,203). Sum of RGB (Red+Green+Blue) = 255+98+203=556 (73% of max value = 765). Red value is 255 (100% from 255 or 45.86% from 556); Green value is 98 (38.67% from 255 or 17.63% from 556); Blue value is 203 (79.69% from 255 or 36.51% from 556); Max value from RGB is 255 - color contains mainly: red. Hex color #FF62CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF62CB is #009D34. Grayscale: #9C9C9C. Windows color (decimal): -40245 or 13329151. OLE color: 13329151.

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

Color convert

RGB25598203-
CMYK00.620.200
HSL319.87º100%69.22%-
HSV(B)319.87º61.57%100%-
XYZ56.3934.3160.15-
YUV156.91154.01197.96-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 45.86%
GREEN value IS 98 (38.67% from 255) = 17.63%
BLUE value IS 203 (79.69% from 255) = 36.51%
R=45.86%
G=17.63%
B=36.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.20
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2559820300.620.200319.8710069.22
HexFF62CB03E1401406445
Octal377142313076240500144105
Binary11111111110001011001011011111010100010100000011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF62CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF62CB; }

 p { color: rgb(255,98,203); }

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

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

 a { background-color: rgb(255,98,203); }

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

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

 span { border-color: rgb(255,98,203); }

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