Html Css Color HEX #5339EF Neon Blue

📋 copy color: '#5339EF'

red 83 ◦ green 57 ◦ blue 239

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

Shades of Neon Blue #5339EF

Tints of Neon Blue #5339EF

RGB

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

 GREEN value IS 57 (22.66% from 255) = 15.04%

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

R = 21.9%
G = 15.04%
B = 63.06%

CMYK

 C value IS 0.65

 M value IS 0.76

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#5339EF (or 0x5339EF) is known color: Neon Blue. HEX triplet: 53, 39 and EF. RGB value is (83,57,239). Sum of RGB (Red+Green+Blue) = 83+57+239=379 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.90% from 379); Green value is 57 (22.66% from 255 or 15.04% from 379); Blue value is 239 (93.75% from 255 or 63.06% from 379); Max value from RGB is 239 - color contains mainly: blue. Hex color #5339EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5339EF is #ACC610. Grayscale: #545454. Windows color (decimal): -11322897 or 15677779. OLE color: 15677779.

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

Color convert

RGB 83 57 239 -
CMYK 0.65 0.76 0 0.06
HSL 248.57º 0.85% 0.58% -
HSV(B) 248.57º 0.76% 0.94% -
XYZ 20.61 11 82.7 -
YUV 85.52 214.61 126.2 -
System Red Green Blue C M Y K H S L
Decimal 83 57 239 0.65 0.76 0 0.06 248.57 0.85 0.58
Hex 53 39 EF 41 4C 0 6 F9 55 3A
Octal 123 71 357 101 114 0 6 371 125 72
Binary 1010011 111001 11101111 1000001 1001100 0 110 11111001 1010101 111010

Color Harmonies of #5339EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5339EF

Black with #5339EF

Text Example


Text Example

White with #5339EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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