Html Css Color HEX #5063FF Neon Blue

📋 copy color: '#5063FF'

red 80 ◦ green 99 ◦ blue 255

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

Shades of Neon Blue #5063FF

Tints of Neon Blue #5063FF

RGB

 RED value IS 80 (31.64% from 255) = 18.43%

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

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

R = 18.43%
G = 22.81%
B = 58.76%

CMYK

 C value IS 0.69

 M value IS 0.61

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#5063FF (or 0x5063FF) is known color: Neon Blue. HEX triplet: 50, 63 and FF. RGB value is (80,99,255). Sum of RGB (Red+Green+Blue) = 80+99+255=434 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.43% from 434); Green value is 99 (39.06% from 255 or 22.81% from 434); Blue value is 255 (100% from 255 or 58.76% from 434); Max value from RGB is 255 - color contains mainly: blue. Hex color #5063FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5063FF is #AF9C00. Grayscale: #6E6E6E. Windows color (decimal): -11508737 or 16737104. OLE color: 16737104.

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

Color convert

RGB 80 99 255 -
CMYK 0.69 0.61 0 0
HSL 233.49º 1% 0.66% -
HSV(B) 233.49º 0.69% 1% -
XYZ 25.82 17.85 96.69 -
YUV 111.1 209.21 105.82 -
System Red Green Blue C M Y K H S L
Decimal 80 99 255 0.69 0.61 0 0 233.49 1 0.66
Hex 50 63 FF 45 3D 0 0 E9 64 42
Octal 120 143 377 105 75 0 0 351 144 102
Binary 1010000 1100011 11111111 1000101 111101 0 0 11101001 1100100 1000010

Color Harmonies of #5063FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5063FF

Black with #5063FF

Text Example


Text Example

White with #5063FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,99,255); }

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

background-color css

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

 a { background-color: rgb(80,99,255); }

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

border-color css

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

 span { border-color: rgb(80,99,255); }

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