#6162FA

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

Shades of Neon Blue #6162FA

Tints of Neon Blue #6162FA

Color information

#6162FA (or 0x6162FA) is unknown color: approx Neon Blue. HEX triplet: 61, 62 and FA. RGB value is (97,98,250). Sum of RGB (Red+Green+Blue) = 97+98+250=445 (58% of max value = 765). Red value is 97 (38.28% from 255 or 21.80% from 445); Green value is 98 (38.67% from 255 or 22.02% from 445); Blue value is 250 (98.05% from 255 or 56.18% from 445); Max value from RGB is 250 - color contains mainly: blue. Hex color #6162FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6162FA is #9E9D05. Grayscale: #727272. Windows color (decimal): -10394886 or 16409185. OLE color: 16409185.

HSL color Cylindrical-coordinate representation of color #6162FA: hue angle of 239.61º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6162FA is Cyan = 0.61, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB9798250-
CMYK0.610.6100.02
HSL239.61º93.87%68.04%-
HSV(B)239.61º61.2%98.04%-
XYZ26.5518.1892.55-
YUV115.03204.17115.14-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 21.80%
GREEN value IS 98 (38.67% from 255) = 22.02%
BLUE value IS 250 (98.05% from 255) = 56.18%
R=21.80%
G=22.02%
B=56.18%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal97982500.610.6100.02239.6193.8768.04
Hex6162FA3D3D02f05e44
Octal141142372757502360136104
Binary11000011100010111110101111011111010101111000010111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6162FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6162FA; }

 p { color: rgb(97,98,250); }

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

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

 a { background-color: rgb(97,98,250); }

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

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

 span { border-color: rgb(97,98,250); }

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