Html Css Color HEX #5363FE Neon Blue

📋 copy color: '#5363FE'

red 83 ◦ green 99 ◦ blue 254

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

Shades of Neon Blue #5363FE

Tints of Neon Blue #5363FE

RGB

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

 GREEN value IS 99 (39.06% from 255) = 22.71%

 BLUE value IS 254 (99.61% from 255) = 58.26%

R = 19.04%
G = 22.71%
B = 58.26%

CMYK

 C value IS 0.67

 M value IS 0.61

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#5363FE (or 0x5363FE) is known color: Neon Blue. HEX triplet: 53, 63 and FE. RGB value is (83,99,254). Sum of RGB (Red+Green+Blue) = 83+99+254=436 (57% of max value = 765). Red value is 83 (32.81% from 255 or 19.04% from 436); Green value is 99 (39.06% from 255 or 22.71% from 436); Blue value is 254 (99.61% from 255 or 58.26% from 436); Max value from RGB is 254 - color contains mainly: blue. Hex color #5363FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5363FE is #AC9C01. Grayscale: #6F6F6F. Windows color (decimal): -11312130 or 16671571. OLE color: 16671571.

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

Color convert

RGB 83 99 254 -
CMYK 0.67 0.61 0 0.00
HSL 234.39º 0.99% 0.66% -
HSV(B) 234.39º 0.67% 1% -
XYZ 25.92 17.92 95.86 -
YUV 111.89 208.2 107.4 -
System Red Green Blue C M Y K H S L
Decimal 83 99 254 0.67 0.61 0 0.00 234.39 0.99 0.66
Hex 53 63 FE 43 3D 0 0 EA 63 42
Octal 123 143 376 103 75 0 0 352 143 102
Binary 1010011 1100011 11111110 1000011 111101 0 0 11101010 1100011 1000010

Color Harmonies of #5363FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5363FE

Black with #5363FE

Text Example


Text Example

White with #5363FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5363FE; }

 p { color: rgb(83,99,254); }

 H1.HeaderClassName
 {
   color: #5363FE;
 }
 .AnyTagClassName
 {
   color: #5363FE;
 }
</style>

background-color css

<style>
 a { background-color: #5363FE; }

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

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

border-color css

<style>
 span { border-color: #5363FE; }

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

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