#6162FE

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

Shades of Neon Blue #6162FE

Tints of Neon Blue #6162FE

Color information

#6162FE (or 0x6162FE) is unknown color: approx Neon Blue. HEX triplet: 61, 62 and FE. RGB value is (97,98,254). Sum of RGB (Red+Green+Blue) = 97+98+254=449 (59% of max value = 765). Red value is 97 (38.28% from 255 or 21.60% from 449); Green value is 98 (38.67% from 255 or 21.83% from 449); Blue value is 254 (99.61% from 255 or 56.57% from 449); Max value from RGB is 254 - color contains mainly: blue. Hex color #6162FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6162FE is #9E9D01. Grayscale: #727272. Windows color (decimal): -10394882 or 16671329. OLE color: 16671329.

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

Color convert

RGB9798254-
CMYK0.620.6100.00
HSL239.62º98.74%68.82%-
HSV(B)239.62º61.81%99.61%-
XYZ27.1918.4395.89-
YUV115.48206.17114.82-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 21.60%
GREEN value IS 98 (38.67% from 255) = 21.83%
BLUE value IS 254 (99.61% from 255) = 56.57%
R=21.60%
G=21.83%
B=56.57%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal97982540.620.6100.00239.6298.7468.82
Hex6162FE3E3D00f06345
Octal141142376767500360143105
Binary1100001110001011111110111110111101001111000011000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6162FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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