Html Css Color HEX #535AEC Neon Blue

📋 copy color: '#535AEC'

red 83 ◦ green 90 ◦ blue 236

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

Shades of Neon Blue #535AEC

Tints of Neon Blue #535AEC

RGB

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

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

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

R = 20.29%
G = 22%
B = 57.7%

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

#535AEC (or 0x535AEC) is known color: Neon Blue. HEX triplet: 53, 5A and EC. RGB value is (83,90,236). Sum of RGB (Red+Green+Blue) = 83+90+236=409 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.29% from 409); Green value is 90 (35.55% from 255 or 22.00% from 409); Blue value is 236 (92.58% from 255 or 57.70% from 409); Max value from RGB is 236 - color contains mainly: blue. Hex color #535AEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #535AEC is #ACA513. Grayscale: #676767. Windows color (decimal): -11314452 or 15489619. OLE color: 15489619.

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

Color convert

RGB 83 90 236 -
CMYK 0.65 0.62 0 0.07
HSL 237.25º 0.8% 0.63% -
HSV(B) 237.25º 0.65% 0.93% -
XYZ 22.36 15.21 81.11 -
YUV 104.55 202.18 112.63 -
System Red Green Blue C M Y K H S L
Decimal 83 90 236 0.65 0.62 0 0.07 237.25 0.8 0.63
Hex 53 5A EC 41 3E 0 7 ED 50 3F
Octal 123 132 354 101 76 0 7 355 120 77
Binary 1010011 1011010 11101100 1000001 111110 0 111 11101101 1010000 111111

Color Harmonies of #535AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535AEC

Black with #535AEC

Text Example


Text Example

White with #535AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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