#535DF9

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

Shades of Neon Blue #535DF9

Tints of Neon Blue #535DF9

Color information

#535DF9 (or 0x535DF9) is unknown color: approx Neon Blue. HEX triplet: 53, 5D and F9. RGB value is (83,93,249). Sum of RGB (Red+Green+Blue) = 83+93+249=425 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.53% from 425); Green value is 93 (36.72% from 255 or 21.88% from 425); Blue value is 249 (97.66% from 255 or 58.59% from 425); Max value from RGB is 249 - color contains mainly: blue. Hex color #535DF9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #535DF9 is #ACA206. Grayscale: #6B6B6B. Windows color (decimal): -11313671 or 16342355. OLE color: 16342355.

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

Color convert

RGB8393249-
CMYK0.670.6300.02
HSL236.39º93.26%65.1%-
HSV(B)236.39º66.67%97.65%-
XYZ24.5816.5191.51-
YUV107.79207.69110.32-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 19.53%
GREEN value IS 93 (36.72% from 255) = 21.88%
BLUE value IS 249 (97.66% from 255) = 58.59%
R=19.53%
G=21.88%
B=58.59%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal83932490.670.6300.02236.3993.2665.1
Hex535DF9433F02ec5d41
Octal1231353711037702354135101
Binary101001110111011111100110000111111110101110110010111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535DF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535DF9; }

 p { color: rgb(83,93,249); }

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

<style>
 a { background-color: #535DF9; }

 a { background-color: rgb(83,93,249); }

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

<style>
 span { border-color: #535DF9; }

 span { border-color: rgb(83,93,249); }

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