#5345FA

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

Shades of Neon Blue #5345FA

Tints of Neon Blue #5345FA

Color information

#5345FA (or 0x5345FA) is unknown color: approx Neon Blue. HEX triplet: 53, 45 and FA. RGB value is (83,69,250). Sum of RGB (Red+Green+Blue) = 83+69+250=402 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.65% from 402); Green value is 69 (27.34% from 255 or 17.16% from 402); Blue value is 250 (98.05% from 255 or 62.19% from 402); Max value from RGB is 250 - color contains mainly: blue. Hex color #5345FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5345FA is #ACBA05. Grayscale: #5D5D5D. Windows color (decimal): -11319814 or 16401747. OLE color: 16401747.

HSL color Cylindrical-coordinate representation of color #5345FA: hue angle of 244.64º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5345FA is Cyan = 0.67, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB8369250-
CMYK0.670.7200.02
HSL244.64º94.76%62.55%-
HSV(B)244.64º72.4%98.04%-
XYZ22.951391.74-
YUV93.82216.14120.28-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 20.65%
GREEN value IS 69 (27.34% from 255) = 17.16%
BLUE value IS 250 (98.05% from 255) = 62.19%
R=20.65%
G=17.16%
B=62.19%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal83692500.670.7200.02244.6494.7662.55
Hex5345FA434802f55f3f
Octal1231053721031100236513777
Binary101001110001011111101010000111001000010111101011011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5345FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,69,250); }

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

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

 a { background-color: rgb(83,69,250); }

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

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

 span { border-color: rgb(83,69,250); }

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