Html Css Color HEX #5342ED Neon Blue

📋 copy color: '#5342ED'

red 83 ◦ green 66 ◦ blue 237

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

Shades of Neon Blue #5342ED

Tints of Neon Blue #5342ED

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.1%

 BLUE value IS 237 (92.97% from 255) = 61.4%

R = 21.5%
G = 17.1%
B = 61.4%

CMYK

 C value IS 0.65

 M value IS 0.72

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5342ED (or 0x5342ED) is known color: Neon Blue. HEX triplet: 53, 42 and ED. RGB value is (83,66,237). Sum of RGB (Red+Green+Blue) = 83+66+237=386 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.50% from 386); Green value is 66 (26.17% from 255 or 17.10% from 386); Blue value is 237 (92.97% from 255 or 61.40% from 386); Max value from RGB is 237 - color contains mainly: blue. Hex color #5342ED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5342ED is #ACBD12. Grayscale: #595959. Windows color (decimal): -11320595 or 15549011. OLE color: 15549011.

HSL color Cylindrical-coordinate representation of color #5342ED: hue angle of 245.96º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5342ED is Cyan = 0.65, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 83 66 237 -
CMYK 0.65 0.72 0 0.07
HSL 245.96º 0.83% 0.59% -
HSV(B) 245.96º 0.72% 0.93% -
XYZ 20.8 11.85 81.31 -
YUV 90.58 210.63 122.6 -
System Red Green Blue C M Y K H S L
Decimal 83 66 237 0.65 0.72 0 0.07 245.96 0.83 0.59
Hex 53 42 ED 41 48 0 7 F6 53 3B
Octal 123 102 355 101 110 0 7 366 123 73
Binary 1010011 1000010 11101101 1000001 1001000 0 111 11110110 1010011 111011

Color Harmonies of #5342ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5342ED

Black with #5342ED

Text Example


Text Example

White with #5342ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5342ED; }

 p { color: rgb(83,66,237); }

 H1.HeaderClassName
 {
   color: #5342ED;
 }
 .AnyTagClassName
 {
   color: #5342ED;
 }
</style>

background-color css

<style>
 a { background-color: #5342ED; }

 a { background-color: rgb(83,66,237); }

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

border-color css

<style>
 span { border-color: #5342ED; }

 span { border-color: rgb(83,66,237); }

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