Html Css Color HEX #5362FF Neon Blue

📋 copy color: '#5362FF'

red 83 ◦ green 98 ◦ blue 255

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

Shades of Neon Blue #5362FF

Tints of Neon Blue #5362FF

RGB

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

 GREEN value IS 98 (38.67% from 255) = 22.48%

 BLUE value IS 255 (100% from 255) = 58.49%

R = 19.04%
G = 22.48%
B = 58.49%

CMYK

 C value IS 0.67

 M value IS 0.62

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#5362FF (or 0x5362FF) is known color: Neon Blue. HEX triplet: 53, 62 and FF. RGB value is (83,98,255). Sum of RGB (Red+Green+Blue) = 83+98+255=436 (57% of max value = 765). Red value is 83 (32.81% from 255 or 19.04% from 436); Green value is 98 (38.67% from 255 or 22.48% from 436); Blue value is 255 (100% from 255 or 58.49% from 436); Max value from RGB is 255 - color contains mainly: blue. Hex color #5362FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5362FF is #AC9D00. Grayscale: #6E6E6E. Windows color (decimal): -11312385 or 16736851. OLE color: 16736851.

HSL color Cylindrical-coordinate representation of color #5362FF: hue angle of 234.77º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5362FF is Cyan = 0.67, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 83 98 255 -
CMYK 0.67 0.62 0 0
HSL 234.77º 1% 0.66% -
HSV(B) 234.77º 0.67% 1% -
XYZ 25.98 17.79 96.67 -
YUV 111.41 209.03 107.73 -
System Red Green Blue C M Y K H S L
Decimal 83 98 255 0.67 0.62 0 0 234.77 1 0.66
Hex 53 62 FF 43 3E 0 0 EB 64 42
Octal 123 142 377 103 76 0 0 353 144 102
Binary 1010011 1100010 11111111 1000011 111110 0 0 11101011 1100100 1000010

Color Harmonies of #5362FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5362FF

Black with #5362FF

Text Example


Text Example

White with #5362FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5362FF; }

 p { color: rgb(83,98,255); }

 H1.HeaderClassName
 {
   color: #5362FF;
 }
 .AnyTagClassName
 {
   color: #5362FF;
 }
</style>

background-color css

<style>
 a { background-color: #5362FF; }

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

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

border-color css

<style>
 span { border-color: #5362FF; }

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

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