#5340FF

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

Shades of Neon Blue #5340FF

Tints of Neon Blue #5340FF

Color information

#5340FF (or 0x5340FF) is unknown color: approx Neon Blue. HEX triplet: 53, 40 and FF. RGB value is (83,64,255). Sum of RGB (Red+Green+Blue) = 83+64+255=402 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.65% from 402); Green value is 64 (25.39% from 255 or 15.92% from 402); Blue value is 255 (100% from 255 or 63.43% from 402); Max value from RGB is 255 - color contains mainly: blue. Hex color #5340FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5340FF is #ACBF00. Grayscale: #5A5A5A. Windows color (decimal): -11321089 or 16728147. OLE color: 16728147.

HSL color Cylindrical-coordinate representation of color #5340FF: hue angle of 245.97º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5340FF is Cyan = 0.67, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB8364255-
CMYK0.670.7500
HSL245.97º100%62.55%-
HSV(B)245.97º74.9%100%-
XYZ23.4512.7395.83-
YUV91.46220.29121.97-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 20.65%
GREEN value IS 64 (25.39% from 255) = 15.92%
BLUE value IS 255 (100% from 255) = 63.43%
R=20.65%
G=15.92%
B=63.43%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal83642550.670.7500245.9710062.55
Hex5340FF434B00f6643f
Octal1231003771031130036614477
Binary10100111000000111111111000011100101100111101101100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5340FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5340FF; }

 p { color: rgb(83,64,255); }

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

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

 a { background-color: rgb(83,64,255); }

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

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

 span { border-color: rgb(83,64,255); }

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