#5338EC

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

Shades of Neon Blue #5338EC

Tints of Neon Blue #5338EC

Color information

#5338EC (or 0x5338EC) is unknown color: approx Neon Blue. HEX triplet: 53, 38 and EC. RGB value is (83,56,236). Sum of RGB (Red+Green+Blue) = 83+56+236=375 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.13% from 375); Green value is 56 (22.27% from 255 or 14.93% from 375); Blue value is 236 (92.58% from 255 or 62.93% from 375); Max value from RGB is 236 - color contains mainly: blue. Hex color #5338EC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5338EC is #ACC713. Grayscale: #535353. Windows color (decimal): -11323156 or 15480915. OLE color: 15480915.

HSL color Cylindrical-coordinate representation of color #5338EC: hue angle of 249º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5338EC is Cyan = 0.65, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB8356236-
CMYK0.650.7600.07
HSL249º82.57%57.25%-
HSV(B)249º76.27%92.55%-
XYZ20.1210.7280.37-
YUV84.59213.45126.86-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.13%
GREEN value IS 56 (22.27% from 255) = 14.93%
BLUE value IS 236 (92.58% from 255) = 62.93%
R=22.13%
G=14.93%
B=62.93%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal83562360.650.7600.0724982.5757.25
Hex5338EC414C07f95339
Octal123703541011140737112371
Binary101001111100011101100100000110011000111111110011010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5338EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5338EC; }

 p { color: rgb(83,56,236); }

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

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

 a { background-color: rgb(83,56,236); }

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

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

 span { border-color: rgb(83,56,236); }

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