#5362FE

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

Shades of Neon Blue #5362FE

Tints of Neon Blue #5362FE

Color information

#5362FE (or 0x5362FE) is unknown color: approx Neon Blue. HEX triplet: 53, 62 and FE. RGB value is (83,98,254). Sum of RGB (Red+Green+Blue) = 83+98+254=435 (57% of max value = 765). Red value is 83 (32.81% from 255 or 19.08% from 435); Green value is 98 (38.67% from 255 or 22.53% from 435); Blue value is 254 (99.61% from 255 or 58.39% from 435); Max value from RGB is 254 - color contains mainly: blue. Hex color #5362FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5362FE is #AC9D01. Grayscale: #6E6E6E. Windows color (decimal): -11312386 or 16671315. OLE color: 16671315.

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

Color convert

RGB8398254-
CMYK0.670.6100.00
HSL234.74º98.84%66.08%-
HSV(B)234.74º67.32%99.61%-
XYZ25.8217.7395.83-
YUV111.3208.53107.82-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 19.08%
GREEN value IS 98 (38.67% from 255) = 22.53%
BLUE value IS 254 (99.61% from 255) = 58.39%
R=19.08%
G=22.53%
B=58.39%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal83982540.670.6100.00234.7498.8466.08
Hex5362FE433D00eb6342
Octal1231423761037500353143102
Binary10100111100010111111101000011111101001110101111000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5362FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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