Html Css Color HEX #535AEE Neon Blue

📋 copy color: '#535AEE'

red 83 ◦ green 90 ◦ blue 238

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

Shades of Neon Blue #535AEE

Tints of Neon Blue #535AEE

RGB

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

 GREEN value IS 90 (35.55% from 255) = 21.9%

 BLUE value IS 238 (93.36% from 255) = 57.91%

R = 20.19%
G = 21.9%
B = 57.91%

CMYK

 C value IS 0.65

 M value IS 0.62

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#535AEE (or 0x535AEE) is known color: Neon Blue. HEX triplet: 53, 5A and EE. RGB value is (83,90,238). Sum of RGB (Red+Green+Blue) = 83+90+238=411 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.19% from 411); Green value is 90 (35.55% from 255 or 21.90% from 411); Blue value is 238 (93.36% from 255 or 57.91% from 411); Max value from RGB is 238 - color contains mainly: blue. Hex color #535AEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #535AEE is #ACA511. Grayscale: #686868. Windows color (decimal): -11314450 or 15620691. OLE color: 15620691.

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

Color convert

RGB 83 90 238 -
CMYK 0.65 0.62 0 0.07
HSL 237.29º 0.82% 0.63% -
HSV(B) 237.29º 0.65% 0.93% -
XYZ 22.66 15.32 82.65 -
YUV 104.78 203.18 112.47 -
System Red Green Blue C M Y K H S L
Decimal 83 90 238 0.65 0.62 0 0.07 237.29 0.82 0.63
Hex 53 5A EE 41 3E 0 7 ED 52 3F
Octal 123 132 356 101 76 0 7 355 122 77
Binary 1010011 1011010 11101110 1000001 111110 0 111 11101101 1010010 111111

Color Harmonies of #535AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535AEE

Black with #535AEE

Text Example


Text Example

White with #535AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,90,238); }

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

background-color css

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

 a { background-color: rgb(83,90,238); }

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

border-color css

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

 span { border-color: rgb(83,90,238); }

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