#5360FE

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

Shades of Neon Blue #5360FE

Tints of Neon Blue #5360FE

Color information

#5360FE (or 0x5360FE) is unknown color: approx Neon Blue. HEX triplet: 53, 60 and FE. RGB value is (83,96,254). Sum of RGB (Red+Green+Blue) = 83+96+254=433 (57% of max value = 765). Red value is 83 (32.81% from 255 or 19.17% from 433); Green value is 96 (37.89% from 255 or 22.17% from 433); Blue value is 254 (99.61% from 255 or 58.66% from 433); Max value from RGB is 254 - color contains mainly: blue. Hex color #5360FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5360FE is #AC9F01. Grayscale: #6D6D6D. Windows color (decimal): -11312898 or 16670803. OLE color: 16670803.

HSL color Cylindrical-coordinate representation of color #5360FE: hue angle of 235.44º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5360FE is Cyan = 0.67, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB8396254-
CMYK0.670.6200.00
HSL235.44º98.84%66.08%-
HSV(B)235.44º67.32%99.61%-
XYZ25.6417.3695.77-
YUV110.12209.19108.65-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 19.17%
GREEN value IS 96 (37.89% from 255) = 22.17%
BLUE value IS 254 (99.61% from 255) = 58.66%
R=19.17%
G=22.17%
B=58.66%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal83962540.670.6200.00235.4498.8466.08
Hex5360FE433E00eb6342
Octal1231403761037600353143102
Binary10100111100000111111101000011111110001110101111000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5360FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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