Html Css Color HEX #534BE9 Neon Blue

📋 copy color: '#534BE9'

red 83 ◦ green 75 ◦ blue 233

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

Shades of Neon Blue #534BE9

Tints of Neon Blue #534BE9

RGB

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

 GREEN value IS 75 (29.69% from 255) = 19.18%

 BLUE value IS 233 (91.41% from 255) = 59.59%

R = 21.23%
G = 19.18%
B = 59.59%

CMYK

 C value IS 0.64

 M value IS 0.68

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#534BE9 (or 0x534BE9) is known color: Neon Blue. HEX triplet: 53, 4B and E9. RGB value is (83,75,233). Sum of RGB (Red+Green+Blue) = 83+75+233=391 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.23% from 391); Green value is 75 (29.69% from 255 or 19.18% from 391); Blue value is 233 (91.41% from 255 or 59.59% from 391); Max value from RGB is 233 - color contains mainly: blue. Hex color #534BE9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #534BE9 is #ACB416. Grayscale: #5E5E5E. Windows color (decimal): -11318295 or 15289171. OLE color: 15289171.

HSL color Cylindrical-coordinate representation of color #534BE9: hue angle of 243.04º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #534BE9 is Cyan = 0.64, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 83 75 233 -
CMYK 0.64 0.68 0 0.09
HSL 243.04º 0.78% 0.6% -
HSV(B) 243.04º 0.68% 0.91% -
XYZ 20.79 12.75 78.46 -
YUV 95.4 205.65 119.15 -
System Red Green Blue C M Y K H S L
Decimal 83 75 233 0.64 0.68 0 0.09 243.04 0.78 0.6
Hex 53 4B E9 40 44 0 9 F3 4E 3C
Octal 123 113 351 100 104 0 11 363 116 74
Binary 1010011 1001011 11101001 1000000 1000100 0 1001 11110011 1001110 111100

Color Harmonies of #534BE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534BE9

Black with #534BE9

Text Example


Text Example

White with #534BE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534BE9; }

 p { color: rgb(83,75,233); }

 H1.HeaderClassName
 {
   color: #534BE9;
 }
 .AnyTagClassName
 {
   color: #534BE9;
 }
</style>

background-color css

<style>
 a { background-color: #534BE9; }

 a { background-color: rgb(83,75,233); }

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

border-color css

<style>
 span { border-color: #534BE9; }

 span { border-color: rgb(83,75,233); }

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