Html Css Color HEX #5345EF Neon Blue

📋 copy color: '#5345EF'

red 83 ◦ green 69 ◦ blue 239

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

Shades of Neon Blue #5345EF

Tints of Neon Blue #5345EF

RGB

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

 GREEN value IS 69 (27.34% from 255) = 17.65%

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

R = 21.23%
G = 17.65%
B = 61.13%

CMYK

 C value IS 0.65

 M value IS 0.71

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#5345EF (or 0x5345EF) is known color: Neon Blue. HEX triplet: 53, 45 and EF. RGB value is (83,69,239). Sum of RGB (Red+Green+Blue) = 83+69+239=391 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.23% from 391); Green value is 69 (27.34% from 255 or 17.65% from 391); Blue value is 239 (93.75% from 255 or 61.13% from 391); Max value from RGB is 239 - color contains mainly: blue. Hex color #5345EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5345EF is #ACBA10. Grayscale: #5B5B5B. Windows color (decimal): -11319825 or 15680851. OLE color: 15680851.

HSL color Cylindrical-coordinate representation of color #5345EF: hue angle of 244.94º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5345EF is Cyan = 0.65, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 83 69 239 -
CMYK 0.65 0.71 0 0.06
HSL 244.94º 0.84% 0.6% -
HSV(B) 244.94º 0.71% 0.94% -
XYZ 21.28 12.33 82.92 -
YUV 92.57 210.64 121.18 -
System Red Green Blue C M Y K H S L
Decimal 83 69 239 0.65 0.71 0 0.06 244.94 0.84 0.6
Hex 53 45 EF 41 47 0 6 F5 54 3C
Octal 123 105 357 101 107 0 6 365 124 74
Binary 1010011 1000101 11101111 1000001 1000111 0 110 11110101 1010100 111100

Color Harmonies of #5345EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5345EF

Black with #5345EF

Text Example


Text Example

White with #5345EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5345EF; }

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

 H1.HeaderClassName
 {
   color: #5345EF;
 }
 .AnyTagClassName
 {
   color: #5345EF;
 }
</style>

background-color css

<style>
 a { background-color: #5345EF; }

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

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

border-color css

<style>
 span { border-color: #5345EF; }

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

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