Html Css Color HEX #5363FD Neon Blue

📋 copy color: '#5363FD'

red 83 ◦ green 99 ◦ blue 253

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

Shades of Neon Blue #5363FD

Tints of Neon Blue #5363FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 58.16%

R = 19.08%
G = 22.76%
B = 58.16%

CMYK

 C value IS 0.67

 M value IS 0.61

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5363FD (or 0x5363FD) is known color: Neon Blue. HEX triplet: 53, 63 and FD. RGB value is (83,99,253). Sum of RGB (Red+Green+Blue) = 83+99+253=435 (57% of max value = 765). Red value is 83 (32.81% from 255 or 19.08% from 435); Green value is 99 (39.06% from 255 or 22.76% from 435); Blue value is 253 (99.22% from 255 or 58.16% from 435); Max value from RGB is 253 - color contains mainly: blue. Hex color #5363FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5363FD is #AC9C02. Grayscale: #6F6F6F. Windows color (decimal): -11312131 or 16606035. OLE color: 16606035.

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

Color convert

RGB 83 99 253 -
CMYK 0.67 0.61 0 0.01
HSL 234.35º 0.98% 0.66% -
HSV(B) 234.35º 0.67% 0.99% -
XYZ 25.76 17.85 95.02 -
YUV 111.77 207.7 107.48 -
System Red Green Blue C M Y K H S L
Decimal 83 99 253 0.67 0.61 0 0.01 234.35 0.98 0.66
Hex 53 63 FD 43 3D 0 1 EA 62 42
Octal 123 143 375 103 75 0 1 352 142 102
Binary 1010011 1100011 11111101 1000011 111101 0 1 11101010 1100010 1000010

Color Harmonies of #5363FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5363FD

Black with #5363FD

Text Example


Text Example

White with #5363FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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