Html Css Color HEX #5340DE Neon Blue

📋 copy color: '#5340DE'

red 83 ◦ green 64 ◦ blue 222

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

Shades of Neon Blue #5340DE

Tints of Neon Blue #5340DE

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.34%

 BLUE value IS 222 (87.11% from 255) = 60.16%

R = 22.49%
G = 17.34%
B = 60.16%

CMYK

 C value IS 0.63

 M value IS 0.71

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5340DE (or 0x5340DE) is known color: Neon Blue. HEX triplet: 53, 40 and DE. RGB value is (83,64,222). Sum of RGB (Red+Green+Blue) = 83+64+222=369 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.49% from 369); Green value is 64 (25.39% from 255 or 17.34% from 369); Blue value is 222 (87.11% from 255 or 60.16% from 369); Max value from RGB is 222 - color contains mainly: blue. Hex color #5340DE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5340DE is #ACBF21. Grayscale: #575757. Windows color (decimal): -11321122 or 14565459. OLE color: 14565459.

HSL color Cylindrical-coordinate representation of color #5340DE: hue angle of 247.22º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5340DE is Cyan = 0.63, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 83 64 222 -
CMYK 0.63 0.71 0 0.13
HSL 247.22º 0.71% 0.56% -
HSV(B) 247.22º 0.71% 0.87% -
XYZ 18.59 10.78 70.21 -
YUV 87.69 203.79 124.65 -
System Red Green Blue C M Y K H S L
Decimal 83 64 222 0.63 0.71 0 0.13 247.22 0.71 0.56
Hex 53 40 DE 3F 47 0 D F7 47 38
Octal 123 100 336 77 107 0 15 367 107 70
Binary 1010011 1000000 11011110 111111 1000111 0 1101 11110111 1000111 111000

Color Harmonies of #5340DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5340DE

Black with #5340DE

Text Example


Text Example

White with #5340DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5340DE; }

 p { color: rgb(83,64,222); }

 H1.HeaderClassName
 {
   color: #5340DE;
 }
 .AnyTagClassName
 {
   color: #5340DE;
 }
</style>

background-color css

<style>
 a { background-color: #5340DE; }

 a { background-color: rgb(83,64,222); }

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

border-color css

<style>
 span { border-color: #5340DE; }

 span { border-color: rgb(83,64,222); }

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