#535ef2

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

Shades of Neon Blue #535EF2

Tints of Neon Blue #535EF2

Color information

#535EF2 (or 0x535EF2) is unknown color: approx Neon Blue. HEX triplet: 53, 5E and F2. RGB value is (83,94,242). Sum of RGB (Red+Green+Blue) = 83+94+242=419 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.81% from 419); Green value is 94 (37.11% from 255 or 22.43% from 419); Blue value is 242 (94.92% from 255 or 57.76% from 419); Max value from RGB is 242 - color contains mainly: blue. Hex color #535EF2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #535EF2 is #ACA10D. Grayscale: #6A6A6A. Windows color (decimal): -11313422 or 15883859. OLE color: 15883859.

HSL color Cylindrical-coordinate representation of color #535EF2: hue angle of 235.85º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #535EF2 is Cyan = 0.66, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB8394242-
CMYK0.660.6100.05
HSL235.85º85.95%63.73%-
HSV(B)235.85º65.7%94.9%-
XYZ23.616.2685.9-
YUV107.58203.86110.47-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 19.81%
GREEN value IS 94 (37.11% from 255) = 22.43%
BLUE value IS 242 (94.92% from 255) = 57.76%
R=19.81%
G=22.43%
B=57.76%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal83942420.660.6100.05235.8585.9563.73
Hex535EF2423D05ec5640
Octal1231363621027505354126100
Binary1010011101111011110010100001011110101011110110010101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535ef2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,94,242); }

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

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

 a { background-color: rgb(83,94,242); }

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

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

 span { border-color: rgb(83,94,242); }

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