#5357FD

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

Shades of Neon Blue #5357FD

Tints of Neon Blue #5357FD

Color information

#5357FD (or 0x5357FD) is unknown color: approx Neon Blue. HEX triplet: 53, 57 and FD. RGB value is (83,87,253). Sum of RGB (Red+Green+Blue) = 83+87+253=423 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.62% from 423); Green value is 87 (34.38% from 255 or 20.57% from 423); Blue value is 253 (99.22% from 255 or 59.81% from 423); Max value from RGB is 253 - color contains mainly: blue. Hex color #5357FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5357FD is #ACA802. Grayscale: #686868. Windows color (decimal): -11315203 or 16602963. OLE color: 16602963.

HSL color Cylindrical-coordinate representation of color #5357FD: hue angle of 238.59º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5357FD is Cyan = 0.67, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB8387253-
CMYK0.670.6600.01
HSL238.59º97.7%65.88%-
HSV(B)238.59º67.19%99.22%-
XYZ24.7115.7594.67-
YUV104.73211.67112.5-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 19.62%
GREEN value IS 87 (34.38% from 255) = 20.57%
BLUE value IS 253 (99.22% from 255) = 59.81%
R=19.62%
G=20.57%
B=59.81%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal83872530.670.6600.01238.5997.765.88
Hex5357FD434201ef6242
Octal12312737510310201357142102
Binary101001110101111111110110000111000010011110111111000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5357FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5357FD; }

 p { color: rgb(83,87,253); }

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

<style>
 a { background-color: #5357FD; }

 a { background-color: rgb(83,87,253); }

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

<style>
 span { border-color: #5357FD; }

 span { border-color: rgb(83,87,253); }

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