#5360F4

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

Shades of Neon Blue #5360F4

Tints of Neon Blue #5360F4

Color information

#5360F4 (or 0x5360F4) is unknown color: approx Neon Blue. HEX triplet: 53, 60 and F4. RGB value is (83,96,244). Sum of RGB (Red+Green+Blue) = 83+96+244=423 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.62% from 423); Green value is 96 (37.89% from 255 or 22.70% from 423); Blue value is 244 (95.70% from 255 or 57.68% from 423); Max value from RGB is 244 - color contains mainly: blue. Hex color #5360F4 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5360F4 is #AC9F0B. Grayscale: #6C6C6C. Windows color (decimal): -11312908 or 16015443. OLE color: 16015443.

HSL color Cylindrical-coordinate representation of color #5360F4: hue angle of 235.16º 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 #5360F4 is Cyan = 0.66, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB8396244-
CMYK0.660.6100.04
HSL235.16º87.98%64.12%-
HSV(B)235.16º65.98%95.69%-
XYZ24.0816.7487.55-
YUV108.98204.19109.47-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 19.62%
GREEN value IS 96 (37.89% from 255) = 22.70%
BLUE value IS 244 (95.70% from 255) = 57.68%
R=19.62%
G=22.70%
B=57.68%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal83962440.660.6100.04235.1687.9864.12
Hex5360F4423D04eb5840
Octal1231403641027504353130100
Binary1010011110000011110100100001011110101001110101110110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5360F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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