Html Css Color HEX #5360EF Neon Blue

📋 copy color: '#5360EF'

red 83 ◦ green 96 ◦ blue 239

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

Shades of Neon Blue #5360EF

Tints of Neon Blue #5360EF

RGB

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

 GREEN value IS 96 (37.89% from 255) = 22.97%

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

R = 19.86%
G = 22.97%
B = 57.18%

CMYK

 C value IS 0.65

 M value IS 0.60

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#5360EF (or 0x5360EF) is known color: Neon Blue. HEX triplet: 53, 60 and EF. RGB value is (83,96,239). Sum of RGB (Red+Green+Blue) = 83+96+239=418 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.86% from 418); Green value is 96 (37.89% from 255 or 22.97% from 418); Blue value is 239 (93.75% from 255 or 57.18% from 418); Max value from RGB is 239 - color contains mainly: blue. Hex color #5360EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5360EF is #AC9F10. Grayscale: #6B6B6B. Windows color (decimal): -11312913 or 15687763. OLE color: 15687763.

HSL color Cylindrical-coordinate representation of color #5360EF: hue angle of 235º 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 #5360EF is Cyan = 0.65, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 83 96 239 -
CMYK 0.65 0.60 0 0.06
HSL 235º 0.83% 0.63% -
HSV(B) 235º 0.65% 0.94% -
XYZ 23.33 16.44 83.6 -
YUV 108.42 201.69 109.87 -
System Red Green Blue C M Y K H S L
Decimal 83 96 239 0.65 0.60 0 0.06 235 0.83 0.63
Hex 53 60 EF 41 3C 0 6 EB 53 3F
Octal 123 140 357 101 74 0 6 353 123 77
Binary 1010011 1100000 11101111 1000001 111100 0 110 11101011 1010011 111111

Color Harmonies of #5360EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5360EF

Black with #5360EF

Text Example


Text Example

White with #5360EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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