Html Css Color HEX #535DEC Neon Blue

📋 copy color: '#535DEC'

red 83 ◦ green 93 ◦ blue 236

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

Shades of Neon Blue #535DEC

Tints of Neon Blue #535DEC

RGB

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

 GREEN value IS 93 (36.72% from 255) = 22.57%

 BLUE value IS 236 (92.58% from 255) = 57.28%

R = 20.15%
G = 22.57%
B = 57.28%

CMYK

 C value IS 0.65

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#535DEC (or 0x535DEC) is known color: Neon Blue. HEX triplet: 53, 5D and EC. RGB value is (83,93,236). Sum of RGB (Red+Green+Blue) = 83+93+236=412 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.15% from 412); Green value is 93 (36.72% from 255 or 22.57% from 412); Blue value is 236 (92.58% from 255 or 57.28% from 412); Max value from RGB is 236 - color contains mainly: blue. Hex color #535DEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #535DEC is #ACA213. Grayscale: #696969. Windows color (decimal): -11313684 or 15490387. OLE color: 15490387.

HSL color Cylindrical-coordinate representation of color #535DEC: hue angle of 236.08º degrees, saturation: 0.8, 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 #535DEC is Cyan = 0.65, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 83 93 236 -
CMYK 0.65 0.61 0 0.07
HSL 236.08º 0.8% 0.63% -
HSV(B) 236.08º 0.65% 0.93% -
XYZ 22.62 15.72 81.2 -
YUV 106.31 201.19 111.37 -
System Red Green Blue C M Y K H S L
Decimal 83 93 236 0.65 0.61 0 0.07 236.08 0.8 0.63
Hex 53 5D EC 41 3D 0 7 EC 50 3F
Octal 123 135 354 101 75 0 7 354 120 77
Binary 1010011 1011101 11101100 1000001 111101 0 111 11101100 1010000 111111

Color Harmonies of #535DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535DEC

Black with #535DEC

Text Example


Text Example

White with #535DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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