Html Css Color HEX #535CEB Neon Blue

📋 copy color: '#535CEB'

red 83 ◦ green 92 ◦ blue 235

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

Shades of Neon Blue #535CEB

Tints of Neon Blue #535CEB

RGB

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

 GREEN value IS 92 (36.33% from 255) = 22.44%

 BLUE value IS 235 (92.19% from 255) = 57.32%

R = 20.24%
G = 22.44%
B = 57.32%

CMYK

 C value IS 0.65

 M value IS 0.61

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#535CEB (or 0x535CEB) is known color: Neon Blue. HEX triplet: 53, 5C and EB. RGB value is (83,92,235). Sum of RGB (Red+Green+Blue) = 83+92+235=410 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.24% from 410); Green value is 92 (36.33% from 255 or 22.44% from 410); Blue value is 235 (92.19% from 255 or 57.32% from 410); Max value from RGB is 235 - color contains mainly: blue. Hex color #535CEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #535CEB is #ACA314. Grayscale: #696969. Windows color (decimal): -11313941 or 15424595. OLE color: 15424595.

HSL color Cylindrical-coordinate representation of color #535CEB: hue angle of 236.45º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #535CEB is Cyan = 0.65, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 83 92 235 -
CMYK 0.65 0.61 0 0.08
HSL 236.45º 0.79% 0.62% -
HSV(B) 236.45º 0.65% 0.92% -
XYZ 22.39 15.49 80.41 -
YUV 105.61 201.02 111.87 -
System Red Green Blue C M Y K H S L
Decimal 83 92 235 0.65 0.61 0 0.08 236.45 0.79 0.62
Hex 53 5C EB 41 3D 0 8 EC 4F 3E
Octal 123 134 353 101 75 0 10 354 117 76
Binary 1010011 1011100 11101011 1000001 111101 0 1000 11101100 1001111 111110

Color Harmonies of #535CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535CEB

Black with #535CEB

Text Example


Text Example

White with #535CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,92,235); }

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

background-color css

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

 a { background-color: rgb(83,92,235); }

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

border-color css

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

 span { border-color: rgb(83,92,235); }

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