Html Css Color HEX #535BEC Neon Blue

📋 copy color: '#535BEC'

red 83 ◦ green 91 ◦ blue 236

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

Shades of Neon Blue #535BEC

Tints of Neon Blue #535BEC

RGB

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

 GREEN value IS 91 (35.94% from 255) = 22.2%

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

R = 20.24%
G = 22.2%
B = 57.56%

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

#535BEC (or 0x535BEC) is known color: Neon Blue. HEX triplet: 53, 5B and EC. RGB value is (83,91,236). Sum of RGB (Red+Green+Blue) = 83+91+236=410 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.24% from 410); Green value is 91 (35.94% from 255 or 22.20% from 410); Blue value is 236 (92.58% from 255 or 57.56% from 410); Max value from RGB is 236 - color contains mainly: blue. Hex color #535BEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #535BEC is #ACA413. Grayscale: #686868. Windows color (decimal): -11314196 or 15489875. OLE color: 15489875.

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

Color convert

RGB 83 91 236 -
CMYK 0.65 0.61 0 0.07
HSL 236.86º 0.8% 0.63% -
HSV(B) 236.86º 0.65% 0.93% -
XYZ 22.45 15.38 81.14 -
YUV 105.14 201.85 112.21 -
System Red Green Blue C M Y K H S L
Decimal 83 91 236 0.65 0.61 0 0.07 236.86 0.8 0.63
Hex 53 5B EC 41 3D 0 7 ED 50 3F
Octal 123 133 354 101 75 0 7 355 120 77
Binary 1010011 1011011 11101100 1000001 111101 0 111 11101101 1010000 111111

Color Harmonies of #535BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535BEC

Black with #535BEC

Text Example


Text Example

White with #535BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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