#5365F4

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

Shades of Neon Blue #5365F4

Tints of Neon Blue #5365F4

Color information

#5365F4 (or 0x5365F4) is unknown color: approx Neon Blue. HEX triplet: 53, 65 and F4. RGB value is (83,101,244). Sum of RGB (Red+Green+Blue) = 83+101+244=428 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.39% from 428); Green value is 101 (39.84% from 255 or 23.60% from 428); Blue value is 244 (95.70% from 255 or 57.01% from 428); Max value from RGB is 244 - color contains mainly: blue. Hex color #5365F4 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5365F4 is #AC9A0B. Grayscale: #6F6F6F. Windows color (decimal): -11311628 or 16016723. OLE color: 16016723.

HSL color Cylindrical-coordinate representation of color #5365F4: hue angle of 233.29º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5365F4 is Cyan = 0.66, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB83101244-
CMYK0.660.5900.04
HSL233.29º87.98%64.12%-
HSV(B)233.29º65.98%95.69%-
XYZ24.5517.6887.71-
YUV111.92202.54107.37-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 19.39%
GREEN value IS 101 (39.84% from 255) = 23.60%
BLUE value IS 244 (95.70% from 255) = 57.01%
R=19.39%
G=23.60%
B=57.01%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal831012440.660.5900.04233.2987.9864.12
Hex5365F4423B04e95840
Octal1231453641027304351130100
Binary1010011110010111110100100001011101101001110100110110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5365F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5365F4; }

 p { color: rgb(83,101,244); }

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

<style>
 a { background-color: #5365F4; }

 a { background-color: rgb(83,101,244); }

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

<style>
 span { border-color: #5365F4; }

 span { border-color: rgb(83,101,244); }

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