Html Css Color HEX #5353EF Neon Blue

📋 copy color: '#5353EF'

red 83 ◦ green 83 ◦ blue 239

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

Shades of Neon Blue #5353EF

Tints of Neon Blue #5353EF

RGB

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

 GREEN value IS 83 (32.81% from 255) = 20.49%

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

R = 20.49%
G = 20.49%
B = 59.01%

CMYK

 C value IS 0.65

 M value IS 0.65

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#5353EF (or 0x5353EF) is known color: Neon Blue. HEX triplet: 53, 53 and EF. RGB value is (83,83,239). Sum of RGB (Red+Green+Blue) = 83+83+239=405 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.49% from 405); Green value is 83 (32.81% from 255 or 20.49% from 405); Blue value is 239 (93.75% from 255 or 59.01% from 405); Max value from RGB is 239 - color contains mainly: blue. Hex color #5353EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5353EF is #ACAC10. Grayscale: #646464. Windows color (decimal): -11316241 or 15684435. OLE color: 15684435.

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

Color convert

RGB 83 83 239 -
CMYK 0.65 0.65 0 0.06
HSL 240º 0.83% 0.63% -
HSV(B) 240º 0.65% 0.94% -
XYZ 22.24 14.26 83.24 -
YUV 100.78 206 115.32 -
System Red Green Blue C M Y K H S L
Decimal 83 83 239 0.65 0.65 0 0.06 240 0.83 0.63
Hex 53 53 EF 41 41 0 6 F0 53 3F
Octal 123 123 357 101 101 0 6 360 123 77
Binary 1010011 1010011 11101111 1000001 1000001 0 110 11110000 1010011 111111

Color Harmonies of #5353EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5353EF

Black with #5353EF

Text Example


Text Example

White with #5353EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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