Html Css Color HEX #535EED Neon Blue

📋 copy color: '#535EED'

red 83 ◦ green 94 ◦ blue 237

#535EED
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Neon Blue #535EED

Tints of Neon Blue #535EED

RGB

 RED value IS 83 (32.81% from 255) = 20.05%

 GREEN value IS 94 (37.11% from 255) = 22.71%

 BLUE value IS 237 (92.97% from 255) = 57.25%

R = 20.05%
G = 22.71%
B = 57.25%

CMYK

 C value IS 0.65

 M value IS 0.60

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#535EED (or 0x535EED) is known color: Neon Blue. HEX triplet: 53, 5E and ED. RGB value is (83,94,237). Sum of RGB (Red+Green+Blue) = 83+94+237=414 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.05% from 414); Green value is 94 (37.11% from 255 or 22.71% from 414); Blue value is 237 (92.97% from 255 or 57.25% from 414); Max value from RGB is 237 - color contains mainly: blue. Hex color #535EED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #535EED is #ACA112. Grayscale: #6A6A6A. Windows color (decimal): -11313427 or 15556179. OLE color: 15556179.

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

Color convert

RGB 83 94 237 -
CMYK 0.65 0.60 0 0.07
HSL 235.71º 0.81% 0.63% -
HSV(B) 235.71º 0.65% 0.93% -
XYZ 22.86 15.96 82 -
YUV 107.01 201.36 110.87 -
System Red Green Blue C M Y K H S L
Decimal 83 94 237 0.65 0.60 0 0.07 235.71 0.81 0.63
Hex 53 5E ED 41 3C 0 7 EC 51 3F
Octal 123 136 355 101 74 0 7 354 121 77
Binary 1010011 1011110 11101101 1000001 111100 0 111 11101100 1010001 111111

Color Harmonies of #535EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535EED

Black with #535EED

Text Example


Text Example

White with #535EED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #535EED;
 }
 .AnyTagClassName
 {
   color: #535EED;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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