Html Css Color HEX #535EEF Neon Blue

📋 copy color: '#535EEF'

red 83 ◦ green 94 ◦ blue 239

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

Shades of Neon Blue #535EEF

Tints of Neon Blue #535EEF

RGB

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

 GREEN value IS 94 (37.11% from 255) = 22.6%

 BLUE value IS 239 (93.75% from 255) = 57.45%

R = 19.95%
G = 22.6%
B = 57.45%

CMYK

 C value IS 0.65

 M value IS 0.61

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#535EEF (or 0x535EEF) is known color: Neon Blue. HEX triplet: 53, 5E and EF. RGB value is (83,94,239). Sum of RGB (Red+Green+Blue) = 83+94+239=416 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.95% from 416); Green value is 94 (37.11% from 255 or 22.60% from 416); Blue value is 239 (93.75% from 255 or 57.45% from 416); Max value from RGB is 239 - color contains mainly: blue. Hex color #535EEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #535EEF is #ACA110. Grayscale: #6A6A6A. Windows color (decimal): -11313425 or 15687251. OLE color: 15687251.

HSL color Cylindrical-coordinate representation of color #535EEF: hue angle of 235.77º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #535EEF is Cyan = 0.65, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 83 94 239 -
CMYK 0.65 0.61 0 0.06
HSL 235.77º 0.83% 0.63% -
HSV(B) 235.77º 0.65% 0.94% -
XYZ 23.15 16.08 83.54 -
YUV 107.24 202.36 110.71 -
System Red Green Blue C M Y K H S L
Decimal 83 94 239 0.65 0.61 0 0.06 235.77 0.83 0.63
Hex 53 5E EF 41 3D 0 6 EC 53 3F
Octal 123 136 357 101 75 0 6 354 123 77
Binary 1010011 1011110 11101111 1000001 111101 0 110 11101100 1010011 111111

Color Harmonies of #535EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535EEF

Black with #535EEF

Text Example


Text Example

White with #535EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,94,239); }

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

background-color css

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

 a { background-color: rgb(83,94,239); }

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

border-color css

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

 span { border-color: rgb(83,94,239); }

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